MCPcopy
hub / github.com/perkeep/perkeep / WriteHeader

Method WriteHeader

website/pk-web/logging.go:143–146  ·  view source on GitHub ↗
(status int)

Source from the content-addressed store, hash-verified

141}
142
143func (lr *logRecord) WriteHeader(status int) {
144 lr.responseStatus = status
145 lr.ResponseWriter.WriteHeader(status)
146}

Callers 12

BadRequestErrorFunction · 0.45
ForbiddenErrorFunction · 0.45
ServeErrorFunction · 0.45
ReturnJSONCodeFunction · 0.45
packBinariesFunction · 0.45
serveHTTPMethod · 0.45
ServeHTTPMethod · 0.45
ServeHTTPMethod · 0.45
serveErrorFunction · 0.45
checkLastModifiedFunction · 0.45
errHandlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected