MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / sendToContentScriptResilient

Function sendToContentScriptResilient

background.js:3464–3466  ·  view source on GitHub ↗
(source, message, options = {})

Source from the content-addressed store, hash-verified

3462}
3463
3464async function sendToContentScriptResilient(source, message, options = {}) {
3465 return tabRuntime.sendToContentScriptResilient(source, message, options);
3466}
3467
3468async function sendToMailContentScriptResilient(mail, message, options = {}) {
3469 return tabRuntime.sendToMailContentScriptResilient(mail, message, options);

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected