Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TypeScriptToLua/TypeScriptToLua
/ has
Method
has
src/lualib/WeakMap.ts:41–43 ·
view source on GitHub ↗
(key: K)
Source
from the content-addressed store, hash-verified
39
}
40
41
public has(key: K): boolean {
42
return
this.items.get(key) !== undefined;
43
}
44
45
public set(key: K, value: V): this {
46
this.items.set(key, value);
Callers
3
memoize
Function · 0.95
delete
Method · 0.95
createConfigFileUpdater
Function · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected