MCPcopy 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

isSourceFunction · 0.45
enforceBodyLimitFunction · 0.45
isValidOAuthProviderFunction · 0.45
isPublicEmailDomainFunction · 0.45
isJtiRevokedFunction · 0.45
auth.routes.tsFile · 0.45
toBoolFunction · 0.45
readPackageScriptKeysFunction · 0.45
mainFunction · 0.45
collectSourceFilesFunction · 0.45
buildRuleCatalogFunction · 0.45
checkNoRawRoleLiteralsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected