Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/exceljs/exceljs
/ getNamesEx
Method
getNamesEx
lib/doc/defined-names.js:75–79 ·
view source on GitHub ↗
(address)
Source
from the content-addressed store, hash-verified
73
}
74
75
getNamesEx(address) {
76
return
_.map(this.matrixMap, (matrix, name) => matrix.findCellEx(address) && name).filter(
77
Boolean
78
);
79
}
80
81
_explore(matrix, cell) {
82
cell.mark = false;
Callers
1
getNames
Method · 0.95
Calls
2
map
Method · 0.65
findCellEx
Method · 0.65
Tested by
no test coverage detected