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

Function isExtraUsageAllowed

src/commands/extra-usage/index.ts:6–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import { isEnvTruthy } from '../../utils/envUtils.js'
5
6function isExtraUsageAllowed(): boolean {
7 if (isEnvTruthy(process.env.DISABLE_EXTRA_USAGE_COMMAND)) {
8 return false
9 }
10 return isOverageProvisioningAllowed()
11}
12
13export const extraUsage = {
14 type: 'local-jsx',

Callers 1

index.tsFile · 0.85

Calls 2

isEnvTruthyFunction · 0.85

Tested by

no test coverage detected