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

Function getContentScriptResponseTimeoutMs

background.js:3420–3422  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

3418const pendingCommands = new Map(); // source -> { message, resolve, reject, timer }
3419
3420function getContentScriptResponseTimeoutMs(message) {
3421 return tabRuntime.getContentScriptResponseTimeoutMs(message);
3422}
3423
3424function getMessageDebugLabel(source, message, tabId = null) {
3425 return tabRuntime.getMessageDebugLabel(source, message, tabId);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected