MCPcopy
hub / github.com/coder/mux / getInternals

Function getInternals

src/node/services/agentStatusService.test.ts:106–108  ·  view source on GitHub ↗
(service: AgentStatusService)

Source from the content-addressed store, hash-verified

104 }
105
106 function getInternals(service: AgentStatusService): AgentStatusServiceInternals {
107 return service as unknown as AgentStatusServiceInternals;
108 }
109
110 beforeEach(async () => {
111 historyHandle = await createTestHistoryService();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected