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

Function _updateJsonPath

apps/json-format/format-lib.js:712–715  ·  view source on GitHub ↗
(keys, language)

Source from the content-addressed store, hash-verified

710
711 // 根据不同编程语言格式化JSON路径
712 let _updateJsonPath = function(keys, language) {
713 let path = _formatJsonPath(keys, language);
714 $('#jsonPath').text('当前节点:' + path);
715 };
716
717 let _updateStatusBarSelectionInfo = function(curEl) {
718 let info = _getSelectionInfo(curEl);

Callers 1

_showJsonPathFunction · 0.85

Calls 2

_formatJsonPathFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected