MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / get

Method get

apps/api/src/lib/cache/providers/noop.ts:18–20  ·  view source on GitHub ↗
(_key: string)

Source from the content-addressed store, hash-verified

16 public readonly providerName: CacheProviderName = "noop";
17
18 get<T>(_key: string): Promise<T | null> {
19 return Promise.resolve(null);
20 }
21
22 set(
23 _key: string,

Callers 15

extract_pathsFunction · 0.45
body-limit.tsFile · 0.45
request-logger.tsFile · 0.45
readMethod · 0.45
startServerFunction · 0.45
checkMethod · 0.45
loadTemplateMethod · 0.45
buildKeyGeneratorFunction · 0.45
addRefFunction · 0.45
api-golden-path.jsFile · 0.45
isApiReachableFunction · 0.45

Calls

no outgoing calls

Tested by 13

isApiReachableFunction · 0.36
buildAppFunction · 0.36
buildAppFunction · 0.36
registerAndLoginFunction · 0.36
buildProbeAppFunction · 0.36
buildFreshProbeAppFunction · 0.36
registerAndLoginFunction · 0.36
registerAndLoginFunction · 0.36
isJsonFunction · 0.36
readJsonFunction · 0.36
getTestPrivateKeyFunction · 0.36