Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/loopbackio/loopback-next
/ getCachedValues
Method
getCachedValues
packages/context/src/context-view.ts:97–99 ·
view source on GitHub ↗
* Get an array of cached values
()
Source
from the content-addressed store, hash-verified
95
* Get an array of cached values
96
*/
97
private getCachedValues() {
98
return
Array.from(this._cachedValues?.values() ?? []);
99
}
100
101
/**
102
* Start listening events from the context
Callers
2
resolve
Method · 0.95
values
Method · 0.95
Calls
1
values
Method · 0.45
Tested by
no test coverage detected