MCPcopy
hub / github.com/codeaashu/claude-code / waitForPolicyLimitsToLoad

Function waitForPolicyLimitsToLoad

src/services/policyLimits/index.ts:217–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215 * Returns immediately if user is not eligible or loading has already completed
216 */
217export async function waitForPolicyLimitsToLoad(): Promise<void> {
218 if (loadingCompletePromise) {
219 await loadingCompletePromise
220 }
221}
222
223/**
224 * Get auth headers for policy limits without calling getSettings()

Callers 4

runFunction · 0.85
initReplBridgeFunction · 0.85
checkBridgePrerequisitesFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected