MCPcopy Index your code
hub / github.com/modelcontextprotocol/inspector / updateAuthState

Function updateAuthState

client/src/App.tsx:284–286  ·  view source on GitHub ↗
(updates: Partial<AuthDebuggerState>)

Source from the content-addressed store, hash-verified

282 });
283
284 const updateAuthState = (updates: Partial<AuthDebuggerState>) => {
285 setAuthState((prev) => ({ ...prev, ...updates }));
286 };
287
288 const handleMetadataChange = (newMetadata: Record<string, string>) => {
289 const sanitizedMetadata = filterReservedMetadata(newMetadata);

Callers 5

AppFunction · 0.85
loadOAuthTokensFunction · 0.85
checkTokensFunction · 0.85
AuthDebuggerFunction · 0.85
OAuthFlowProgressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…