Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
type
http from
"node:http"
;
2
import
{ describe, it, expect, beforeEach } from
"bun:test"
;
3
import
type
{ Result } from
"@/common/types/result"
;
4
import
{ Ok, Err } from
"@/common/types/result"
;
Callers
nothing calls this directly
Calls
11
Ok
Function · 0.90
Err
Function · 0.90
createFlowEntry
Function · 0.85
resolve
Method · 0.80
waitFor
Method · 0.80
shutdownAll
Method · 0.80
get
Method · 0.65
register
Method · 0.45
has
Method · 0.45
finish
Method · 0.45
cancel
Method · 0.45
Tested by
no test coverage detected