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

File partialService.test.ts

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

Source from the content-addressed store, hash-verified

1/* eslint-disable @typescript-eslint/unbound-method */
2import { describe, test, expect, beforeEach, afterEach, mock, spyOn } from "bun:test";
3import type { HistoryService } from "./historyService";
4import type { Config } from "@/node/config";

Callers

nothing calls this directly

Calls 12

createTestHistoryServiceFunction · 0.90
OkFunction · 0.90
createMuxMessageFunction · 0.90
resolveMethod · 0.80
commitPartialMethod · 0.80
appendToHistoryMethod · 0.80
writePartialMethod · 0.80
readPartialMethod · 0.80
cleanupFunction · 0.70
getSessionDirMethod · 0.65
writeFileMethod · 0.65

Tested by

no test coverage detected