Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
function
isNodeError(e: unknown): e is NodeJS.ErrnoException {
51
return
e instanceof Error
52
}
53
54
// Constants
55
const
CACHE_FILENAME =
'policy-limits.json'
Callers
1
fetchAndLoadPolicyLimits
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected