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

Function _getExplicitSelectedJsonElement

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

Source from the content-addressed store, hash-verified

1014 };
1015
1016 let _getExplicitSelectedJsonElement = function () {
1017 return $('#jfContent .item.x-selected').first();
1018 };
1019
1020 let _getDirectNodeText = function (el) {
1021 let directText = el.children('.key,.string,.number,.bool,.null').map(function () {

Callers 3

_copySelectedPathFunction · 0.85
_copySelectedValueFunction · 0.85
format-lib.jsFile · 0.85

Calls 2

firstMethod · 0.80
$Function · 0.50

Tested by

no test coverage detected