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

File oauthFlowManager.test.ts

src/node/utils/oauthFlowManager.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type http from "node:http";
2import { describe, it, expect, beforeEach } from "bun:test";
3import type { Result } from "@/common/types/result";
4import { Ok, Err } from "@/common/types/result";

Callers

nothing calls this directly

Calls 11

OkFunction · 0.90
ErrFunction · 0.90
createFlowEntryFunction · 0.85
resolveMethod · 0.80
waitForMethod · 0.80
shutdownAllMethod · 0.80
getMethod · 0.65
registerMethod · 0.45
hasMethod · 0.45
finishMethod · 0.45
cancelMethod · 0.45

Tested by

no test coverage detected