MCPcopy 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

_writeMethod · 0.45
_writeOpenWorksheetMethod · 0.45
_writeMergeCellsMethod · 0.45
_writeLegacyDataMethod · 0.45
string-buf.spec.jsFile · 0.45
cell.spec.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected