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

Method getAll

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

Source from the content-addressed store, hash-verified

30 }
31
32 getAll(): any {
33 return this.config.all;
34 }
35
36 getRunConfig(): ComfyUIRunConfig {
37 const config = this.#getJSONKey(CONFIG_KEYS.runConfig)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected