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

Function invokeNoPage

apps/background/background.js:299–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

297 toolInfo.contentScriptCss ? Awesome.getContentScript(tool, true) : Promise.resolve('')
298 ]).then(([js, css]) => {
299 const invokeNoPage = () => InjectTools.inject(tab.id, invokeConfig);
300 const injectScript = () => js
301 ? InjectTools.inject(tab.id, { js }, invokeNoPage)
302 : invokeNoPage();

Callers 1

injectScriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected