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

Method has

src/node/utils/oauthFlowManager.ts:100–102  ·  view source on GitHub ↗

Check whether a flow exists.

(flowId: string)

Source from the content-addressed store, hash-verified

98
99 /** Check whether a flow exists. */
100 has(flowId: string): boolean {
101 return this.flows.has(flowId);
102 }
103
104 /**
105 * Wait for a flow to complete with a caller-facing timeout race.

Callers 15

detectDefaultTrunkBranchFunction · 0.45
loadConfigOrDefaultMethod · 0.45
resolveGlobalKeyMethod · 0.45
getEffectiveSecretsMethod · 0.45
hasStateMethod · 0.45
defaultIsPathAccessibleFunction · 0.45
resolveModelNameFunction · 0.45
existsSyncFnFunction · 0.45

Calls

no outgoing calls

Tested by 1

existsSyncFnFunction · 0.36