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