MCPcopy Create free account
hub / github.com/ascorbic/astro-loaders / values

Function values

packages/feed/test/astro-interface.test.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 return this.data.keys();
28 },
29 values() {
30 return Array.from(this.data.values());
31 }
32};
33
34const mockMeta = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected