Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sindresorhus/got
/ has
Function
has
source/core/options.ts:1185–1187 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
1183
return
value.clear();
1184
},
1185
has(key: string) {
1186
return
value.has(key);
1187
},
1188
};
1189
}
1190
Callers
nothing calls this directly
Calls
1
has
Method · 0.80
Tested by
no test coverage detected