Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/inkeep/open-knowledge
/ config
Function
config
packages/cli/src/commands/ui.test.ts:96–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
});
95
96
function
config() {
97
return
ConfigSchema.parse({});
98
}
99
100
async
function
get(port: number, path: string) {
101
const
res =
await
fetch(`http:
//127.0.0.1:${port}${path}`);
Callers
1
ui.test.ts
File · 0.85
Calls
1
parse
Method · 0.80
Tested by
no test coverage detected