MCPcopy
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
36async function main() {
37 await db.initialize();
38 app.listen(8080, () => {
39 console.log("Server running on port 8080");
40 });
41}
42
43main();

Callers 1

server.tsFile · 0.70

Calls 2

logMethod · 0.80
initializeMethod · 0.45

Tested by

no test coverage detected