MCPcopy
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
35module.exports = StringBuilder;

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected