Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_unreadable_spec_fails_open
Function · 0.45
extract_paths
Function · 0.45
body-limit.ts
File · 0.45
request-logger.ts
File · 0.45
read
Method · 0.45
startServer
Function · 0.45
check
Method · 0.45
loadTemplate
Method · 0.45
buildKeyGenerator
Function · 0.45
addRef
Function · 0.45
api-golden-path.js
File · 0.45
isApiReachable
Function · 0.45
Calls
no outgoing calls
Tested by
13
test_unreadable_spec_fails_open
Function · 0.36
isApiReachable
Function · 0.36
buildApp
Function · 0.36
buildApp
Function · 0.36
registerAndLogin
Function · 0.36
buildProbeApp
Function · 0.36
buildFreshProbeApp
Function · 0.36
registerAndLogin
Function · 0.36
registerAndLogin
Function · 0.36
isJson
Function · 0.36
readJson
Function · 0.36
getTestPrivateKey
Function · 0.36