MCPcopy Create free account
hub / github.com/GuyARoss/orbit / HandleFunc

Method HandleFunc

examples/basic-react/orbitgen/orb_http.go:160–160  ·  view source on GitHub ↗
(string, func(http.ResponseWriter, *http.Request))

Source from the content-addressed store, hash-verified

158// muxHandle is used to inject the base mux handler behavior
159type MuxHandler interface {
160 HandleFunc(string, func(http.ResponseWriter, *http.Request))
161 Handle(string, http.Handler)
162 ServeHTTP(http.ResponseWriter, *http.Request)
163}

Callers 8

HandleFuncMethod · 0.65
setupMuxRequirementsMethod · 0.65
dev.goFile · 0.65
mainFunction · 0.65
HandleFuncMethod · 0.65
mainFunction · 0.65
HandleFuncMethod · 0.65
setupMuxRequirementsMethod · 0.65

Implementers 3

mockHandleinternal/assets/embed/orbit_test.go
mockHandleexamples/micro-frontend/orbitgen/orb_t
mockHandleexamples/basic-react/orbitgen/orb_test

Calls

no outgoing calls

Tested by

no test coverage detected