MCPcopy 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

toBufferMethod · 0.45
_growMethod · 0.45
addStringBufMethod · 0.45
copyMethod · 0.45
copyMethod · 0.45
toBufferMethod · 0.45
readMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45

Calls 1

toBufferMethod · 0.95

Tested by

no test coverage detected