MCPcopy Create free account
hub / github.com/zxlie/FeHelper / _clearJsonSearch

Function _clearJsonSearch

apps/json-format/format-lib.js:1181–1189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1179 };
1180
1181 let _clearJsonSearch = function () {
1182 $('#jfContent .fh-json-search-match, #jfContent .fh-json-search-active').removeClass('fh-json-search-match fh-json-search-active');
1183 jsonSearchState = {
1184 query: '',
1185 matches: [],
1186 index: -1
1187 };
1188 return _getSearchResultState();
1189 };
1190
1191 let _getSearchableNodeText = function (el) {
1192 let selected = $(el);

Callers 4

_searchJsonNodesFunction · 0.85
formatFunction · 0.85
formatSyncFunction · 0.85
format-lib.jsFile · 0.85

Calls 2

_getSearchResultStateFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected