MCPcopy
hub / github.com/Fission-AI/OpenSpec / readOpenerTable

Function readOpenerTable

src/commands/workset.ts:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96function readOpenerTable(): OpenerDefinition[] {
97 return mergeOpenerTable(getGlobalConfig().openers, getGlobalConfigPath());
98}
99
100function worksetCliOpenerDisabledError(
101 opener: OpenerDefinition,

Callers 4

createMethod · 0.85
composeFromFlagsMethod · 0.85
listMethod · 0.85
openMethod · 0.85

Calls 3

mergeOpenerTableFunction · 0.85
getGlobalConfigFunction · 0.85
getGlobalConfigPathFunction · 0.85

Tested by

no test coverage detected