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

Function isValidNumericEffort

src/utils/effort.ts:198–200  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

196}
197
198export function isValidNumericEffort(value: number): boolean {
199 return Number.isInteger(value)
200}
201
202export function convertEffortValueToLevel(value: EffortValue): EffortLevel {
203 if (typeof value === 'string') {

Callers 1

parseEffortValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected