MCPcopy
hub / github.com/BuilderIO/agent-native / delete

Method delete

packages/pinpoint/src/types/index.ts:164–164  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

162 save(pin: Pin): Promise<void>;
163 update(id: string, patch: Partial<Pin>): Promise<void>;
164 delete(id: string): Promise<void>;
165 list(filter?: { pageUrl?: string; status?: PinStatus }): Promise<Pin[]>;
166 clear(pageUrl?: string): Promise<void>;
167}

Implementers 3

FileStorepackages/pinpoint/src/storage/file-sto
RestClientpackages/pinpoint/src/storage/rest-cli
MemoryStorepackages/pinpoint/src/storage/memory-s

Calls

no outgoing calls

Tested by

no test coverage detected