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

Function get

packages/feed/test/astro-interface.test.ts:20–22  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

18 this.data.set(id, { data, rendered });
19 },
20 get(id: string) {
21 return this.data.get(id);
22 },
23 has(id: string) {
24 return this.data.has(id);
25 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected