Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-kit/kit
/ noContentResponse
Struct
noContentResponse
transport/http/server_test.go:335–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
}
334
335
type
noContentResponse
struct
{}
336
337
func
(e noContentResponse) StatusCode() int {
return
http.StatusNoContent }
338
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected