MCPcopy
hub / github.com/coder/mux / coderService.test.ts

File coderService.test.ts

src/node/services/coderService.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { EventEmitter } from "events";
2import { Readable } from "stream";
3import { describe, it, expect, vi, beforeEach, afterEach, spyOn } from "bun:test";
4import { CoderService, compareVersions } from "./coderService";

Callers

nothing calls this directly

Calls 15

compareVersionsFunction · 0.90
mockVersionAndWhoamiFunction · 0.85
isCoderCommandFunction · 0.85
mockExecErrorFunction · 0.85
mockExecOkFunction · 0.85
mockCoderCommandResultFunction · 0.85
mockTokenCommandsFunction · 0.85
mockPrefetchCallsFunction · 0.85
mockFetchRichParamsFunction · 0.85
drainFunction · 0.85
richParamFunction · 0.85
getServiceTestAccessFunction · 0.85

Tested by

no test coverage detected