Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caolan/async
/ has
Function
has
lib/memoize.js:8–10 ·
view source on GitHub ↗
(obj, key)
Source
from the content-addressed store, hash-verified
6
import
wrapAsync from
'./internal/wrapAsync'
;
7
8
function
has(obj, key) {
9
return
key in obj;
10
}
11
12
/**
13
* Caches the results of an
async
function
. When creating a hash to store
Callers
1
memoize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected