MCPcopy Create free account
hub / github.com/Noumena-Network/code / getConfig

Function getConfig

src/tools/ConfigTool/ConfigTool.test.ts:125–127  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

123 return key in settings
124 },
125 getConfig(key: string) {
126 return settings[key as keyof typeof settings]
127 },
128 getPath(key: string) {
129 return key.split('.')
130 },

Callers 1

callFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected