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

Function _format

apps/json-format/content-script.js:1452–1461  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1450 * @private
1451 */
1452 let _format = function () {
1453 let source = _getJsonText();
1454 if (source) {
1455 if (_isCurrentOriginExcluded()) {
1456 _mountExcludedOriginToolbar();
1457 return false;
1458 }
1459 _formatTheSource(source);
1460 }
1461 };
1462
1463 // 页面加载后自动采集
1464 try {

Callers 1

content-script.jsFile · 0.85

Calls 4

_getJsonTextFunction · 0.85
_isCurrentOriginExcludedFunction · 0.85
_formatTheSourceFunction · 0.85

Tested by

no test coverage detected