MCPcopy Create free account
hub / github.com/porsager/postgres / write

Method write

deno/types/index.d.ts:517–517  ·  view source on GitHub ↗
(buffer: Uint8Array)

Source from the content-addressed store, hash-verified

515 tell(): Promise<void>;
516 read(size: number): Promise<void>;
517 write(buffer: Uint8Array): Promise<[{ data: Uint8Array }]>;
518 truncate(size: number): Promise<void>;
519 seek(offset: number, whence?: number | undefined): Promise<void>;
520 size(): Promise<[{ position: bigint, size: bigint }]>;

Callers 15

strFunction · 0.65
nextWriteFunction · 0.65
writeFunction · 0.65
destroyFunction · 0.65
finalFunction · 0.65
writeFunction · 0.65
pongFunction · 0.65
index.jsFile · 0.65
testFunction · 0.65
writeFunction · 0.65
endFunction · 0.65
strFunction · 0.65

Calls

no outgoing calls

Tested by 3

testFunction · 0.52
testFunction · 0.52
testFunction · 0.52