MCPcopy Create free account
hub / github.com/denoland/celld / text

Method text

crates/celld/js/node_stream.js:68–68  ·  view source on GitHub ↗
(buf, offset)

Source from the content-addressed store, hash-verified

66 return out;
67 }
68 text(buf, offset) { return this.write(buf.slice(offset)); }
69 }
70
71 // ---- internal/util helpers ----------------------------------------------

Callers 1

jsonFunction · 0.45

Calls 2

writeMethod · 0.95
sliceMethod · 0.45

Tested by

no test coverage detected