Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/exceljs/exceljs
/ addStringBuf
Method
addStringBuf
lib/utils/string-builder.js:30–32 ·
view source on GitHub ↗
(inBuf)
Source
from the content-addressed store, hash-verified
28
}
29
30
addStringBuf(inBuf) {
31
this._buf.push(inBuf.toString());
32
}
33
}
34
35
module.exports = StringBuilder;
Callers
nothing calls this directly
Calls
2
toString
Method · 0.65
push
Method · 0.45
Tested by
no test coverage detected