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

Function Unauthorized

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

Source from the content-addressed store, hash-verified

51}
52
53func Unauthorized(format string, args ...any) *Error {
54 return newError(http.StatusUnauthorized, format, args...)
55}
56
57func Forbidden(format string, args ...any) *Error {
58 return newError(http.StatusForbidden, format, args...)

Callers 4

getFilesMetaMethod · 0.92
getAllFilesMethod · 0.92
getFilesMethod · 0.92
updateFilesMethod · 0.92

Calls 1

newErrorFunction · 0.85

Tested by

no test coverage detected