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

Method writable

deno/types/index.d.ts:504–504  ·  view source on GitHub ↗
(options?: {
      highWaterMark?: number | undefined,
      start?: number | undefined
    } | undefined)

Source from the content-addressed store, hash-verified

502
503 interface LargeObject {
504 writable(options?: {
505 highWaterMark?: number | undefined,
506 start?: number | undefined
507 } | undefined): Promise<Writable>;

Callers 7

initFunction · 0.65
index.jsFile · 0.65
initFunction · 0.65
initFunction · 0.65
index.jsFile · 0.65
initFunction · 0.65
index.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected