MCPcopy Create free account
hub / github.com/cloudflare/workerd / write

Method write

src/node/internal/internal_stringdecoder.ts:67–67  ·  view source on GitHub ↗
(buf: ArrayBufferView | DataView | string)

Source from the content-addressed store, hash-verified

65 readonly lastTotal: number;
66 new (encoding?: string): StringDecoder;
67 write(buf: ArrayBufferView | DataView | string): string;
68 end(buf?: ArrayBufferView | DataView | string): string;
69 text(buf: ArrayBufferView | DataView | string, offset?: number): string;
70 new (encoding?: string): StringDecoder;

Callers 7

test_Function · 0.95
testFunction · 0.95
testBufFunction · 0.95
testEndFunction · 0.95
runSingleFuzzTestFunction · 0.95
endFunction · 0.65
textFunction · 0.65

Calls

no outgoing calls

Tested by 1

testFunction · 0.76