Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opentrace/opentrace
/ main
Function
main
tests/fixtures/typescript/project/server.ts:36–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
});
35
36
async
function
main() {
37
await
db.initialize();
38
app.listen(8080, () => {
39
console.log(
"Server running on port 8080"
);
40
});
41
}
42
43
main();
Callers
1
server.ts
File · 0.70
Calls
2
log
Method · 0.80
initialize
Method · 0.45
Tested by
no test coverage detected