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

Function _saveJsonFormatOptions

apps/json-format/content-script.js:216–222  ·  view source on GitHub ↗
(params, callback)

Source from the content-addressed store, hash-verified

214 let _isOmniMode = () => _getResolvedUiMode() === 'omni';
215
216 let _saveJsonFormatOptions = (params, callback) => {
217 chrome.runtime.sendMessage({
218 type: 'fh-dynamic-any-thing',
219 thing: 'save-jsonformat-options',
220 params: params
221 }, callback);
222 };
223
224 let _getExcludedOriginList = value => {
225 if (Array.isArray(value)) {

Callers 3

_setJsonFormatUiModeFunction · 0.85
_initToolbarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected