MCPcopy Index your code
hub / github.com/chain/Core / ServeHTTP

Method ServeHTTP

core/api.go:92–94  ·  view source on GitHub ↗
(rw http.ResponseWriter, req *http.Request)

Source from the content-addressed store, hash-verified

90}
91
92func (a *API) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
93 a.handler.ServeHTTP(rw, req)
94}
95
96type leaderProcess interface {
97 State() leader.ProcessState

Callers 9

maxBytesFunction · 0.45
buildHandlerMethod · 0.45
AuthHandlerFunction · 0.45
timeoutContextHandlerFunction · 0.45
blockchainIDHandlerFunction · 0.45
RedirectHandlerFunction · 0.45
healthHandlerFunction · 0.45
coreCounterFunction · 0.45
getSnapshotRPCMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected