MCPcopy Create free account
hub / github.com/6174/comflowyspace / checkIsSetupedConfig

Function checkIsSetupedConfig

apps/node/src/modules/comfyui/bootstrap.ts:78–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78export async function checkIsSetupedConfig() {
79 const config = appConfigManager.get(CONFIG_KEYS.appSetupConfig)
80 return !!config;
81}
82
83export async function checkIfInstalledComfyUI(comfy_path?: string): Promise<boolean> {
84 try {

Callers 1

checkBasicRequirementsFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected