MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / main

Function main

cmd/server/main.go:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36)
37
38func main() {
39 if err := run(os.Args); err != nil {
40 log.Fatal(err)
41 }
42}
43
44type ResponseWriter struct {
45 http.ResponseWriter

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected