MCPcopy 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

resolveMethod · 0.95
valuesMethod · 0.95

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected