MCPcopy
hub / github.com/CopilotKit/CopilotKit / create

Method create

showcase/harness/src/storage/pb-client.ts:58–58  ·  view source on GitHub ↗
(collection: string, record: Record<string, unknown>)

Source from the content-addressed store, hash-verified

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,
61 id: string,

Callers 15

injectThreadsFunction · 0.65
showMethod · 0.65
createPreviewSandboxMethod · 0.65
createFinalSandboxMethod · 0.65
CopilotPopup.tsxFile · 0.65
CopilotSidebar.tsxFile · 0.65
CopilotChat.tsxFile · 0.65
CopilotModal.tsxFile · 0.65
UserMessage.tsxFile · 0.65

Calls

no outgoing calls

Tested by 7

makeIntelligenceRuntimeFunction · 0.52
upsertByFieldFunction · 0.52
upsertByFieldFunction · 0.52
upsertByFieldFunction · 0.52
createFunction · 0.52