Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TypeScriptToLua/TypeScriptToLua
/ set
Method
set
src/lualib/WeakMap.ts:45–48 ·
view source on GitHub ↗
(key: K, value: V)
Source
from the content-addressed store, hash-verified
43
}
44
45
public set(key: K, value: V): this {
46
this.items.set(key, value);
47
return
this;
48
}
49
}
Callers
4
memoize
Function · 0.95
createConfigFileUpdater
Function · 0.95
constructor
Method · 0.45
delete
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected