Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/inkeep/open-knowledge
/ DriverUtilityLike
Interface
DriverUtilityLike
packages/desktop/src/main/driver-boot-smoke.ts:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
DriverUtilityLike {
2
on(event:
'exit'
, listener: () => void): void;
3
}
4
5
interface
DriverBootSmokeDeps {
6
fork: (entry: string) => DriverUtilityLike;
Callers
1
runDriverBootSmoke
Function · 0.65
Implementers
8
FakeServer
packages/desktop/src/main/share-handof
FakeUpdater
packages/desktop/tests/integration/aut
InProcessBridge
packages/desktop/tests/utility/pty-flo
FakeReapProcess
packages/desktop/tests/utility/pty-hos
FakeUtility
packages/desktop/tests/main/terminal-m
ThrowingUtility
packages/desktop/tests/main/terminal-m
FakeWindow
packages/desktop/tests/main/terminal-l
FakeHocuspocusProvider
packages/app/src/lib/config-provider.u
Calls
no outgoing calls
Tested by
no test coverage detected