MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getPolicyLimitsEndpoint

Function getPolicyLimitsEndpoint

src/services/policyLimits/index.ts:126–128  ·  view source on GitHub ↗

* Get the policy limits API endpoint

()

Source from the content-addressed store, hash-verified

124 * Get the policy limits API endpoint
125 */
126function getPolicyLimitsEndpoint(): string {
127 return `${getOauthConfig().BASE_API_URL}/api/claude_code/policy_limits`
128}
129
130/**
131 * Recursively sort all keys in an object for consistent hashing

Callers 1

fetchPolicyLimitsFunction · 0.85

Calls 1

getOauthConfigFunction · 0.85

Tested by

no test coverage detected