MCPcopy Index your code
hub / github.com/oapi-codegen/oapi-codegen / NewServer

Function NewServer

examples/overlay/api/impl.go:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11type Server struct{}
12
13func NewServer() Server {
14 return Server{}
15}
16
17// (GET /ping)
18func (Server) GetPing(w http.ResponseWriter, r *http.Request) {

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…