Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
882
class
SharedStringValue {
Callers
nothing calls this directly
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected