MCPcopy
hub / github.com/codedogQBY/ReadAny / feedback-service.test.ts

File feedback-service.test.ts

packages/core/src/feedback/feedback-service.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
2import { type IPlatformService, setPlatformService } from "../services/platform";
3import { appendLog, appendStructuredLog, clearLogs, collectLogs } from "./feedback-service";
4

Callers

nothing calls this directly

Calls 6

setPlatformServiceFunction · 0.90
clearLogsFunction · 0.90
appendLogFunction · 0.90
collectLogsFunction · 0.90
appendStructuredLogFunction · 0.90
createTestPlatformFunction · 0.85

Tested by

no test coverage detected