Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
json
Function · 0.45
Calls
2
write
Method · 0.95
slice
Method · 0.45
Tested by
no test coverage detected