MCPcopy Index your code
hub / github.com/codeaashu/claude-code / done

Function done

src/services/mcpServerApproval.tsx:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23 await new Promise<void>(resolve => {
24 const done = (): void => void resolve();
25 if (pendingServers.length === 1 && pendingServers[0] !== undefined) {
26 const serverName = pendingServers[0];
27 root.render(<AppStateProvider>

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected