MCPcopy Create free account
hub / github.com/zxlie/FeHelper / _getAllOptions

Function _getAllOptions

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

Source from the content-addressed store, hash-verified

687
688 // 获取JSON格式化的配置信息
689 let _getAllOptions = (success) => {
690 chrome.runtime.sendMessage({
691 type: 'fh-dynamic-any-thing',
692 thing:'request-jsonformat-options',
693 params: STORAGE_KEYS
694 }, result => success(result));
695 };
696
697 let _getHtmlFragment = () => {
698

Callers 3

_createSettingPanelFunction · 0.85
_formatTheSourceFunction · 0.85
content-script.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected