MCPcopy
hub / github.com/axios/axios / isContextDefined

Function isContextDefined

lib/utils.js:440–440  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

438})();
439
440const isContextDefined = (context) => !isUndefined(context) && context !== _global;
441
442/**
443 * Accepts varargs expecting each argument to be an object, then

Callers 1

mergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected