MCPcopy Index your code
hub / github.com/zxlie/FeHelper / _getJsonPathForElement

Function _getJsonPathForElement

apps/json-format/format-lib.js:648–650  ·  view source on GitHub ↗
(curEl, language)

Source from the content-addressed store, hash-verified

646 };
647
648 let _getJsonPathForElement = function (curEl, language) {
649 return _formatJsonPath(_getJsonPathKeys(curEl), language || 'javascript');
650 };
651
652 // 添加json路径
653 let _showJsonPath = function (curEl) {

Callers 2

_getSelectionInfoFunction · 0.85
_getSearchableNodeTextFunction · 0.85

Calls 2

_formatJsonPathFunction · 0.85
_getJsonPathKeysFunction · 0.85

Tested by

no test coverage detected