Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ has
Method
has
apps/api/src/lib/cache/providers/noop.ts:34–36 ·
view source on GitHub ↗
(_key: string)
Source
from the content-addressed store, hash-verified
32
}
33
34
has(_key: string): Promise<boolean> {
35
return
Promise.resolve(false);
36
}
37
38
wrap<T>(
39
_key: string,
Callers
15
isSource
Function · 0.45
enforceBodyLimit
Function · 0.45
isValidOAuthProvider
Function · 0.45
isPublicEmailDomain
Function · 0.45
isJtiRevoked
Function · 0.45
auth.routes.ts
File · 0.45
toBool
Function · 0.45
readPackageScriptKeys
Function · 0.45
main
Function · 0.45
collectSourceFiles
Function · 0.45
buildRuleCatalog
Function · 0.45
checkNoRawRoleLiterals
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected