Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/axios/axios
/ isCancel
Function
isCancel
lib/cancel/isCancel.js:3–5 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
export
default
function
isCancel(value) {
4
return
!!(value && value.__CANCEL__);
5
}
Callers
3
dispatchRequest
Function · 0.85
esm-index.ts
File · 0.85
isCancel.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected