MCPcopy
hub / github.com/zxlie/FeHelper / _getSearchableNodeText

Function _getSearchableNodeText

apps/json-format/format-lib.js:1191–1196  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

1189 };
1190
1191 let _getSearchableNodeText = function (el) {
1192 let selected = $(el);
1193 let directText = _getDirectNodeText(selected);
1194 let path = _getJsonPathForElement(selected, 'javascript');
1195 return (path + ' ' + directText).toLowerCase();
1196 };
1197
1198 let _getSearchResultState = function () {
1199 return {

Callers 1

_searchJsonNodesFunction · 0.85

Calls 3

_getDirectNodeTextFunction · 0.85
_getJsonPathForElementFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected