MCPcopy
hub / github.com/google/zx / buffer

Method buffer

src/core.ts:923–925  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

921 }
922
923 buffer(): Buffer {
924 return Buffer.from(this.stdall)
925 }
926
927 blob(type = 'text/plain'): Blob {
928 if (!globalThis.Blob)

Callers 4

blobMethod · 0.95
textMethod · 0.95
core.test.jsFile · 0.80
bufferFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected