MCPcopy Create free account
hub / github.com/InferCore/InferCore / statusRecorder

Struct statusRecorder

internal/server/server.go:872–875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870}
871
872type statusRecorder struct {
873 http.ResponseWriter
874 statusCode int
875}
876
877func (r *statusRecorder) WriteHeader(statusCode int) {
878 r.statusCode = statusCode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected