MCPcopy
hub / github.com/exceljs/exceljs / toString

Method toString

lib/doc/cell.js:877–879  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

875 release() {}
876
877 toString() {
878 return this.model.result ? this.model.result.toString() : '';
879 }
880}
881
882class SharedStringValue {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected