MCPcopy Create free account
hub / github.com/VPSDance/ai-proxy-rules / SourceEntry

Interface SourceEntry

scripts/status.ts:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29await program.parseAsync();
30
31interface SourceEntry {
32 name: string;
33 url?: string;
34 lastFetched?: string;
35 ageDays?: number;
36 staleFlag: boolean;
37}
38
39interface Row {
40 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected