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

Function isNodeError

src/services/policyLimits/index.ts:50–52  ·  view source on GitHub ↗
(e: unknown)

Source from the content-addressed store, hash-verified

48} from './types.js'
49
50function isNodeError(e: unknown): e is NodeJS.ErrnoException {
51 return e instanceof Error
52}
53
54// Constants
55const CACHE_FILENAME = 'policy-limits.json'

Callers 1

fetchAndLoadPolicyLimitsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected