MCPcopy Create free account
hub / github.com/OpenHands/OpenHands /

Class

__tests__/hooks/use-bash-command-runner.test.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { useBashCommandRunner } from "#/hooks/use-bash-command-runner";
4
5class MockWebSocket {
6 static readonly CONNECTING = 0;
7 static readonly OPEN = 1;
8 static readonly CLOSING = 2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected