MCPcopy Index your code
hub / github.com/open-cli-tools/concurrently / write

Method write

lib/command.spec.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 });
47 readonly stdin = new Writable({
48 write() {
49 // do nothing
50 },
51 });
52 })();
53 spawn = vi.fn().mockReturnValue(process);

Callers 4

handleMethod · 0.45
index.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected