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

Function _getJsonAutoUtils

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

Source from the content-addressed store, hash-verified

94 let _isEnabledSetting = value => value === true || value === 'true';
95
96 let _getJsonAutoUtils = () => window.FHJsonAutoUtils || {};
97
98 let _getJsonParseOptions = overrides => Object.assign({
99 nestedEscapeParse: !!formatOptions.NESTED_ESCAPE_PARSE

Callers 4

_parseJsonLikeFunction · 0.85
_coerceDecodedJsonSourceFunction · 0.85
_isYamlLikeResourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected