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

Function isSupported

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

Source from the content-addressed store, hash-verified

120
121 return {
122 isSupported(key: string) {
123 return key in settings
124 },
125 getConfig(key: string) {
126 return settings[key as keyof typeof settings]
127 },

Callers 1

callFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected