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

Function _updateStatusBarSelectionInfo

apps/json-format/format-lib.js:717–723  ·  view source on GitHub ↗
(curEl)

Source from the content-addressed store, hash-verified

715 };
716
717 let _updateStatusBarSelectionInfo = function(curEl) {
718 let info = _getSelectionInfo(curEl);
719 let meta = (info.type || 'node') + (info.preview ? ' / ' + info.preview : '');
720 $('#jsonSelectionMeta')
721 .text(meta)
722 .attr('title', meta);
723 };
724
725 // 格式化JSON路径为不同编程语言格式
726 let _formatJsonPath = function(keys, language) {

Callers 1

_showJsonPathFunction · 0.85

Calls 2

_getSelectionInfoFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected