MCPcopy Index your code
hub / github.com/exceljs/exceljs / getString

Method getString

lib/utils/shared-strings.js:20–22  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

18 }
19
20 getString(index) {
21 return this._values[index];
22 }
23
24 add(value) {
25 let index = this._hash[value];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected