Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mozilla/web-ext
/ createFakeProcess
Function
createFakeProcess
tests/unit/helpers.js:198–200 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
export
function
createFakeProcess() {
199
return
fake(process, {}, [
'EventEmitter'
,
'stdin'
]);
200
}
201
202
/*
203
* Returns a fake FirefoxRDPClient as would be returned by
Callers
2
execProgram
Function · 0.90
test.program.js
File · 0.90
Calls
1
fake
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…