Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zleap-AI/SAG
/ startHttpServer
Function
startHttpServer
src/api/server.ts:605–611 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
603
}
604
605
export
async
function
startHttpServer(): Promise<void> {
606
const
app = buildHttpServer();
607
await
app.listen({
608
host: config.HTTP_HOST,
609
port: config.HTTP_PORT
610
});
611
}
Callers
1
index.ts
File · 0.85
Calls
1
buildHttpServer
Function · 0.85
Tested by
no test coverage detected