MCPcopy Create free account
hub / github.com/CapSoftware/Cap / borrow

Method borrow

apps/desktop/src/utils/shared-frame-buffer.ts:245–245  ·  view source on GitHub ↗
(timeoutMs?: number)

Source from the content-addressed store, hash-verified

243 read(timeoutMs?: number): ArrayBuffer | null;
244 readInto(target: Uint8Array, timeoutMs?: number): number | null;
245 borrow(timeoutMs?: number): BorrowedFrame | null;
246 isShutdown(): boolean;
247 getSlotSize(): number;
248}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected