MCPcopy Create free account
hub / github.com/dzcode-io/dzcode.io / Collection

Interface Collection

data/src/get/collection.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { getEntry } from "./entry";
5
6export interface Collection {
7 items: string[] | "all";
8 include: string[];
9}
10
11export const getCollection = <T = Record<string, unknown>>(
12 dataFolder: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected