mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-14 09:27:41 +00:00
knip
This commit is contained in:
@@ -5,7 +5,7 @@ import { getOutputAssetMetadata } from '@/platform/assets/schemas/assetMetadataS
|
||||
import type { AssetItem } from '@/platform/assets/schemas/assetSchema'
|
||||
import { resolveOutputAssetItems } from '@/platform/assets/utils/outputAssetUtil'
|
||||
|
||||
export type OutputStackListItem = {
|
||||
type OutputStackListItem = {
|
||||
key: string
|
||||
asset: AssetItem
|
||||
isChild?: boolean
|
||||
|
||||
@@ -20,7 +20,7 @@ type ResolveOutputAssetItemsOptions = {
|
||||
excludeOutputKey?: string
|
||||
}
|
||||
|
||||
export function shouldLoadFullOutputs(
|
||||
function shouldLoadFullOutputs(
|
||||
outputCount: OutputAssetMetadata['outputCount'],
|
||||
outputsLength: number
|
||||
): boolean {
|
||||
@@ -31,7 +31,7 @@ export function shouldLoadFullOutputs(
|
||||
)
|
||||
}
|
||||
|
||||
export function mapOutputsToAssetItems({
|
||||
function mapOutputsToAssetItems({
|
||||
promptId,
|
||||
outputs,
|
||||
createdAt,
|
||||
|
||||
Reference in New Issue
Block a user