Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
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
GetRouter
Function · 0.85
sendResponse
Function · 0.70
Tested by
no test coverage detected