MCPcopy Create free account

hub / github.com/11cafe/comfyui-workspace-manager / functions

Functions528 in github.com/11cafe/comfyui-workspace-manager

↓ 69 callersMethodget
(id: string)
ui/src/db-tables/TableBase.ts:100
↓ 41 callersMethodgetSetting
( key: K, )
ui/src/db-tables/UserSettingsTable.ts:43
↓ 31 callersFunctionfetchApi
( route: string, options?: RequestInit, )
ui/src/Api.ts:5
↓ 29 callersMethodfilter
(filterFn: (obj: T) => boolean)
ui/src/db-tables/TableBase.ts:69
↓ 19 callersFunctionget_my_workflows_dir
()
service/setting_service.py:47
↓ 15 callersMethodupsert
(newPairs: Partial<UserSettings>)
ui/src/db-tables/UserSettingsTable.ts:66
↓ 14 callersMethodload
()
ui/src/db-tables/tagsTable.ts:12
↓ 13 callersMethodlistAll
()
ui/src/db-tables/TableBase.ts:64
↓ 12 callersMethodupdateMetaInfo
( id: string, change: Omit<Partial<Workflow>, "id" | "name" | "parentFolderID" | "json">, )
ui/src/db-tables/WorkflowsTable.ts:158
↓ 11 callersMethodget
( id: string, fetchJsonContentOnDisk = true, //if false, only get the meta info from indexdb )
ui/src/db-tables/WorkflowsTable.ts:333
↓ 10 callersMethodadd
( newItem: Omit<T, "id" | "createTime"> & Partial<Pick<T, "id" | "createTime">>, )
ui/src/db-tables/TableBase.ts:37
↓ 10 callersFunctionloadWorkflowID
( id: string | null, versionID?: string | null, forceLoad: boolean = false, )
ui/src/App.tsx:233
↓ 9 callersFunctiononClose
()
ui/src/components/SpotlightSearch.tsx:46
↓ 8 callersMethoddelete
(id: string)
ui/src/db-tables/TableBase.ts:105
↓ 8 callersFunctionsanitizeRelPath
(path: string)
ui/src/utils/OsPathUtils.ts:16
↓ 7 callersFunctionisFolder
(n: Folder | Workflow)
ui/src/db-tables/WorkspaceDB.ts:21
↓ 7 callersMethodput
(newItem: T)
ui/src/db-tables/TableBase.ts:51
↓ 7 callersFunctionsetCurFlowIDAndName
(workflow: Workflow | null)
ui/src/App.tsx:102
↓ 7 callersFunctionsortFileItem
( items: T[], sortType: ESortTypes = ESortTypes.RECENTLY_MODIFIED, )
ui/src/utils.tsx:145
↓ 7 callersMethodupdate
(id: string, changes: Partial<T>)
ui/src/db-tables/TableBase.ts:59
↓ 7 callersFunctionuseDialog
()
ui/src/components/AlertDialogProvider.tsx:40
↓ 7 callersFunctionuseStateRef
(initialState?: S | (() => S))
ui/src/customHooks/useStateRef.ts:23
↓ 6 callersMethodcreate
(input: { localPath: string; workflowID: string; })
ui/src/db-tables/MediaTable.ts:20
↓ 6 callersMethodcreateFlow
( input: Partial<Workflow>, )
ui/src/db-tables/WorkflowsTable.ts:115
↓ 6 callersFunctionformatTimestamp
( unixTimestamp: number, showSec: boolean = false, )
ui/src/model-manager/utils.tsx:3
↓ 6 callersFunctiongetFileCreateTime
(path)
service/scan_my_workflows_folder.py:94
↓ 6 callersFunctionreadInt
( offset: number, isLittleEndian: boolean | undefined, length: number, )
ui/src/utils/mediaMetadataUtils.ts:62
↓ 4 callersMethodgenerateUniqueName
(name?: string, parentFolderID?: string)
ui/src/db-tables/FoldersTable.ts:145
↓ 4 callersFunctionisInTopField
( topFields: TopFieldType[], item: Pick<FormItem, "name" | "promptKey" | "classType">, )
ui/src/gallery/components/MetaBox/MetadataForm.tsx:21
↓ 4 callersFunctionjoinRelPath
(...segments: string[])
ui/src/utils/OsPathUtils.ts:11
↓ 4 callersFunctionloadData
()
ui/src/share/ShareDialog.tsx:111
↓ 4 callersFunctionloadFilePath
( relativePath: string, overwriteCurrent: boolean = false, )
ui/src/App.tsx:299
↓ 4 callersFunctionloadLatestWorkflows
()
ui/src/RecentFilesDrawer/RecentFilesDrawer.tsx:70
↓ 4 callersFunctionloadWorkflowIDImpl
(id: string, versionID?: string | null)
ui/src/App.tsx:201
↓ 4 callersFunctionsetCurMedia
()
ui/src/gallery/GalleryContext.ts:15
↓ 3 callersMethod_update
( id: string, change: Partial<Workflow>, )
ui/src/db-tables/WorkflowsTable.ts:164
↓ 3 callersFunctionchangeSelectIndex
(num: number)
ui/src/components/SpotlightSearch.tsx:151
↓ 3 callersMethoddeleteFlow
(id: string)
ui/src/db-tables/WorkflowsTable.ts:282
↓ 3 callersFunctionfetchCivitModelFromHashKey
(filehash: string)
ui/src/utils/civitUtils.ts:47
↓ 3 callersFunctionfetchMyWorkflowsDir
()
ui/src/Api.ts:119
↓ 3 callersMethodget
(_id: string)
ui/src/db-tables/UserSettingsTable.ts:57
↓ 3 callersFunctiongetAllFoldersList
()
ui/src/Api.ts:147
↓ 3 callersFunctiongetDir
(root?: string)
ui/src/settings/SelectMyWorkflowsDir.tsx:55
↓ 3 callersFunctiongetNodeDefs
()
ui/src/share/shareUtils.tsx:28
↓ 3 callersFunctiongetTwoWaySync
()
ui/src/settings/TwoWaySyncSettings.tsx:11
↓ 3 callersFunctiongetWorkflowRelPath
(workflow: Workflow)
ui/src/utils/OsPathUtils.ts:33
↓ 3 callersFunctionget_settings
()
service/setting_service.py:17
↓ 3 callersMethodlistAll
(sortBy?: ESortTypes)
ui/src/db-tables/WorkflowsTable.ts:361
↓ 3 callersMethodlistByWorkflowID
(workflowID: string)
ui/src/db-tables/MediaTable.ts:11
↓ 3 callersFunctiononOpen
(fileInfo: RecentlyOpenedFile)
ui/src/components/SpotlightSearch.tsx:50
↓ 3 callersMethodsaveDiskDB
()
ui/src/db-tables/TableBase.ts:14
↓ 3 callersFunctionscanLocalFiles
( path: string, recursive = false, metaInfoOnly = false, )
ui/src/apis/TwowaySyncApi.ts:260
↓ 3 callersFunctionsend_ws
(event, data)
service/model_manager/model_installer.py:249
↓ 3 callersFunctionsubmitChange
(text: string)
ui/src/settings/CloudHostSetting.tsx:18
↓ 3 callersMethodupdateFolder
(id: string, change: Pick<Workflow, "parentFolderID">)
ui/src/db-tables/WorkflowsTable.ts:178
↓ 2 callersFunctionKBtoGB
(kilobytes: number, decimalPlaces: number = 1)
ui/src/model-manager/utils.tsx:25
↓ 2 callersMethodbatchCreateFlows
* Add flows in batches * @param flowList Need to add a new flow list * @param isOverwriteExistingFile By automatically scanning the newly added
ui/src/db-tables/WorkflowsTable.ts:233
↓ 2 callersFunctionbatchOperationCallback
(type: string, value: unknown)
ui/src/RecentFilesDrawer/RecentFilesDrawer.tsx:154
↓ 2 callersMethodbulkPut
(newItems: T[])
ui/src/db-tables/TableBase.ts:55
↓ 2 callersFunctiondownloadModels
(folderPath: string, downloadUrl?: string)
ui/src/model-manager/install-models/InstallModelsModal.tsx:74
↓ 2 callersFunctiondownloadWorkflowsZip
(selectedList: Array<Workflow>)
ui/src/utils/downloadWorkflowsZip.ts:8
↓ 2 callersFunctionexecuteCommand
(command, workingDirectory = '../')
scripts/setupGitHooks.js:35
↓ 2 callersFunctionfetchCloudWorkflowPrivacy
( workflow: Workflow, )
ui/src/share/shareUtils.tsx:61
↓ 2 callersFunctionfindSfwImage
( images?: T[], fallback?: boolean, )
ui/src/utils/findSfwImage.ts:9
↓ 2 callersMethodgenerateUniqueName
(name?: string, parentFolderID?: string)
ui/src/db-tables/WorkflowsTable.ts:79
↓ 2 callersFunctiongenerateUrlHashWithFlowId
(id: string)
ui/src/utils.tsx:297
↓ 2 callersFunctiongetCivitApiKey
()
ui/src/utils/civitUtils.ts:4
↓ 2 callersFunctiongetCurDateString
()
ui/src/share/shareUtils.tsx:101
↓ 2 callersFunctiongetData
(list: Workflow[])
ui/src/components/SpotlightSearch.tsx:129
↓ 2 callersFunctiongetFileEssential
( version?: CivitiModelVersion | SearchModelVersion, modelName?: string, )
ui/src/model-manager/install-models/util/modelTypes.ts:63
↓ 2 callersMethodgetLastestByWorkflowID
(workflowID: string)
ui/src/db-tables/ChangelogsTable.ts:25
↓ 2 callersFunctiongetPathSep
()
ui/src/utils/OsPathUtils.ts:9
↓ 2 callersFunctiongetPngMetadata
(file: File)
ui/src/utils/mediaMetadataUtils.ts:1
↓ 2 callersFunctiongetSetting
()
ui/src/settings/CommonCheckboxSettings.tsx:20
↓ 2 callersFunctiongetSetting
()
ui/src/settings/AutosaveSetting.tsx:10
↓ 2 callersFunctiongetSettings
()
ui/src/settings/FolderOnTopSettings.tsx:10
↓ 2 callersFunctiongetSettings
()
ui/src/settings/CloudHostSetting.tsx:9
↓ 2 callersFunctiongetShortcut
()
ui/src/settings/ShortcutSettings.tsx:73
↓ 2 callersFunctiongetSystemDir
(root?: string)
ui/src/Api.ts:86
↓ 2 callersFunctiongetWorkflowIdInUrlHash
()
ui/src/utils.tsx:286
↓ 2 callersFunctionget_thumbnail_for_image_file
(file_path: Path)
service/model_manager/model_preview.py:30
↓ 2 callersFunctioninstallModelsApi
(target: InstallModelsApiInput)
ui/src/model-manager/api/modelsApi.ts:16
↓ 2 callersFunctionisCivitModel
( model: CivitiModel | SearchHit, )
ui/src/model-manager/install-models/util/modelTypes.ts:42
↓ 2 callersFunctionisExistingModel
( model: ModelDep | { existingModel: string }, )
ui/src/model-manager/missing-models-drawer/MissingModelItem.tsx:78
↓ 2 callersFunctionisImageFormat
(fileName: string)
ui/src/utils.tsx:271
↓ 2 callersMethodlistByIndex
(index: keyof T, value: string)
ui/src/db-tables/TableBase.ts:108
↓ 2 callersMethodlistFolderContent
( folderID?: string, // undefined if root folder sortBy?: ESortTypes, )
ui/src/db-tables/WorkflowsTable.ts:309
↓ 2 callersFunctionloadNewWorkflow
(input?: { json?: string; name?: string })
ui/src/App.tsx:289
↓ 2 callersFunctionloadTags
()
ui/src/RecentFilesDrawer/ManageTagsModal.tsx:19
↓ 2 callersFunctionloadVersions
()
ui/src/components/VersionHistoryDrawer.tsx:57
↓ 2 callersFunctiononBlur
()
ui/src/settings/CommonNumberSetting.tsx:29
↓ 2 callersFunctiononClick
(type: string)
ui/src/RecentFilesDrawer/ImportFlowsFileInput.tsx:37
↓ 2 callersFunctiononCloseEditDirectory
()
ui/src/settings/SelectMyWorkflowsDir.tsx:88
↓ 2 callersFunctiononCloseModal
()
ui/src/components/EditFlowName.tsx:72
↓ 2 callersFunctiononDelete
(id: string)
ui/src/components/VersionHistoryDrawer.tsx:93
↓ 2 callersFunctiononDirJump
(index: number, nextDir?: string)
ui/src/settings/SelectMyWorkflowsDir.tsx:147
↓ 2 callersFunctiononOpen
()
ui/src/components/HoverMenu.tsx:16
↓ 2 callersFunctiononSubmit
(manualEntry?: string)
ui/src/settings/SelectMyWorkflowsDir.tsx:120
↓ 2 callersFunctiononUpdateSearchValue
(newValue: string)
ui/src/RecentFilesDrawer/RecentFilesDrawer.tsx:182
↓ 2 callersFunctionopenDatabase
()
ui/src/db-tables/IndexDBUtils.ts:7
next →1–100 of 528, ranked by callers