Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
440
const
isContextDefined = (context) => !isUndefined(context) && context !== _global;
441
442
/**
443
* Accepts varargs expecting each argument to be an object, then
Callers
1
merge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected