Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/axios/axios
/ isResolvedHandle
Function
isResolvedHandle
lib/adapters/adapters.js:52–53 ·
view source on GitHub ↗
(adapter)
Source
from the content-addressed store, hash-verified
50
* @returns {boolean}
51
*/
52
const
isResolvedHandle = (adapter) =>
53
utils.isFunction(adapter) || adapter === null || adapter === false;
54
55
/**
56
* Get the first suitable adapter from the provided list.
Callers
1
getAdapter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected