Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
shared-strings.spec.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected