MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / init

Function init

sqlchain/adapter/api/router.go:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func init() {
43 GetRouter().HandleFunc("/", func(rw http.ResponseWriter, r *http.Request) {
44 sendResponse(http.StatusOK, true, nil, nil, rw)
45 }).Methods("GET")
46}

Callers

nothing calls this directly

Calls 2

GetRouterFunction · 0.85
sendResponseFunction · 0.70

Tested by

no test coverage detected