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

Method getRunConfig

apps/node/src/modules/config-manager.ts:36–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 getRunConfig(): ComfyUIRunConfig {
37 const config = this.#getJSONKey(CONFIG_KEYS.runConfig)
38 config.autoInstallDeps = config.autoInstallDeps ?? true;
39 return config;
40 }
41
42 getSetupConfig(): AppConfigs["appSetupConfig"] {
43 return this.#getJSONKey(CONFIG_KEYS.appSetupConfig)

Callers 5

config-manager.tsFile · 0.80
startComfyUIMethod · 0.80
#getComfyUIRunCommandMethod · 0.80
ApiGetAllConfigFunction · 0.80
ApiSetRunConfigFunction · 0.80

Calls 1

#getJSONKeyMethod · 0.95

Tested by

no test coverage detected