Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Fission-AI/OpenSpec
/ defaultConfigPath
Function
defaultConfigPath
test/telemetry/config.test.ts:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
function
defaultConfigPath(): string {
33
return
path.join(defaultConfigDir(),
'config.json'
);
34
}
35
36
beforeEach(() => {
37
// Create temp directory for tests
Callers
1
config.test.ts
File · 0.85
Calls
1
defaultConfigDir
Function · 0.85
Tested by
no test coverage detected