MCPcopy
hub / github.com/CopilotKit/CopilotKit / list

Method list

showcase/harness/src/storage/pb-client.ts:57–57  ·  view source on GitHub ↗
(collection: string, opts?: ListOpts)

Source from the content-addressed store, hash-verified

55 getOne<T>(collection: string, id: string): Promise<T | null>;
56 getFirst<T>(collection: string, filter: string): Promise<T | null>;
57 list<T>(collection: string, opts?: ListOpts): Promise<ListResult<T>>;
58 create<T>(collection: string, record: Record<string, unknown>): Promise<T>;
59 update<T>(
60 collection: string,

Callers 11

lookupUserMethod · 0.65
runMethod · 0.65
create-bot.test.tsFile · 0.65
diffProbeSchedulesFunction · 0.65
diffCronSchedulesFunction · 0.65
ifFunction · 0.65
registerProbesRoutesFunction · 0.65
pb-client.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected