Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
96
function
readOpenerTable(): OpenerDefinition[] {
97
return
mergeOpenerTable(getGlobalConfig().openers, getGlobalConfigPath());
98
}
99
100
function
worksetCliOpenerDisabledError(
101
opener: OpenerDefinition,
Callers
4
create
Method · 0.85
composeFromFlags
Method · 0.85
list
Method · 0.85
open
Method · 0.85
Calls
3
mergeOpenerTable
Function · 0.85
getGlobalConfig
Function · 0.85
getGlobalConfigPath
Function · 0.85
Tested by
no test coverage detected