MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / Gone

Function Gone

httperr/httperr.go:65–67  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

63}
64
65func Gone(format string, args ...any) *Error {
66 return newError(http.StatusGone, format, args...)
67}
68
69func newError(statusCode int, format string, args ...any) *Error {
70 return &Error{

Callers 1

getGraphSaltMethod · 0.92

Calls 1

newErrorFunction · 0.85

Tested by

no test coverage detected