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

File router.test.ts

src/node/orpc/router.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* eslint-disable @typescript-eslint/await-thenable, @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-assignment, @typescript-eslint/require-await, @typescript-eslint/restrict-template-expressions, local/no-sync-fs-methods */
2import { afterEach, beforeEach, describe, expect, mock, test } from "bun:test";
3import { ORPCError, createRouterClient } from "@orpc/server";
4import * as fs from "fs";

Callers

nothing calls this directly

Calls 15

routerFunction · 0.90
waitForRouterConditionFunction · 0.85
resolveMethod · 0.80
getGoalMethod · 0.80
clearGoalMethod · 0.80
editConfigMethod · 0.80
setMethod · 0.80
interruptMethod · 0.80
appendStatusMethod · 0.80
saveConfigMethod · 0.80
loadConfigOrDefaultMethod · 0.80

Tested by

no test coverage detected