MCPcopy Create free account
hub / github.com/krau/SaveAny-Bot / WriteHeader

Method WriteHeader

api/server.go:146–149  ·  view source on GitHub ↗
(code int)

Source from the content-addressed store, hash-verified

144}
145
146func (rw *responseWriter) WriteHeader(code int) {
147 rw.statusCode = code
148 rw.ResponseWriter.WriteHeader(code)
149}
150
151// Start initializes and starts the API server. It refuses to start without a
152// token, since an open download proxy is a security risk.

Callers 1

WriteJSONFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected