MCPcopy Create free account
hub / github.com/davecheney/pub / Status

Method Status

internal/httpx/handler.go:31–33  ·  view source on GitHub ↗

Returns our HTTP status code.

()

Source from the content-addressed store, hash-verified

29
30// Returns our HTTP status code.
31func (se *StatusError) Status() int {
32 return se.Code
33}
34
35type env interface {
36 Log() *slog.Logger

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected