Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/exceljs/exceljs
/ constructor
Method
constructor
lib/utils/string-builder.js:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
// while building the strings for the xml files
3
class
StringBuilder {
4
constructor() {
5
this.reset();
6
}
7
8
get length() {
9
return
this._buf.length;
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected