MCPcopy
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
3export default function isCancel(value) {
4 return !!(value && value.__CANCEL__);
5}

Callers 3

dispatchRequestFunction · 0.85
esm-index.tsFile · 0.85
isCancel.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected