Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NdoleStudio/httpsms
/ IsNoop
Method
IsNoop
api/pkg/entities/auth_context.go:14–16 ·
view source on GitHub ↗
IsNoop checks if a user is empty
()
Source
from the content-addressed store, hash-verified
12
13
// IsNoop checks if a user is empty
14
func
(user AuthContext) IsNoop() bool {
15
return
user.ID ==
""
|| user.Email ==
""
16
}
Callers
3
LoadAuthContext
Method · 0.95
Authenticated
Function · 0.80
userFromContext
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected