MCPcopy
hub / github.com/exceljs/exceljs / addText

Method addText

lib/utils/string-builder.js:26–28  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

24 }
25
26 addText(text) {
27 this._buf.push(text);
28 }
29
30 addStringBuf(inBuf) {
31 this._buf.push(inBuf.toString());

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected