MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / main

Function main

cmd/main.go:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7)
8
9func main() {
10 app := initializeAppOnly()
11 app.Run(":6060")
12}
13
14// initializeAppOnly initializes the app without starting the server (for testing)
15func initializeAppOnly() *api.Server {

Callers

nothing calls this directly

Calls 2

initializeAppOnlyFunction · 0.85
RunMethod · 0.80

Tested by

no test coverage detected