Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/exceljs/exceljs
/ reset
Method
reset
lib/utils/string-buf.js:36–40 ·
view source on GitHub ↗
(position)
Source
from the content-addressed store, hash-verified
34
}
35
36
reset(position) {
37
position = position || 0;
38
this._buffer = undefined;
39
this._inPos = position;
40
}
41
42
_grow(min) {
43
let
size = this._buf.length * 2;
Callers
6
_write
Method · 0.45
_writeOpenWorksheet
Method · 0.45
_writeMergeCells
Method · 0.45
_writeLegacyData
Method · 0.45
string-buf.spec.js
File · 0.45
cell.spec.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected