Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/exceljs/exceljs
/ copy
Method
copy
lib/utils/stream-buf.js:20–22 ·
view source on GitHub ↗
(target, targetOffset, offset, length)
Source
from the content-addressed store, hash-verified
18
19
// copy to target buffer
20
copy(target, targetOffset, offset, length) {
21
return
this.toBuffer().copy(target, targetOffset, offset, length);
22
}
23
24
toBuffer() {
25
if
(!this._buffer) {
Callers
9
toBuffer
Method · 0.45
_grow
Method · 0.45
addStringBuf
Method · 0.45
copy
Method · 0.45
copy
Method · 0.45
toBuffer
Method · 0.45
read
Method · 0.45
write
Method · 0.45
write
Method · 0.45
Calls
1
toBuffer
Method · 0.95
Tested by
no test coverage detected