MCPcopy 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

memoizeFunction · 0.95
createConfigFileUpdaterFunction · 0.95
constructorMethod · 0.45
deleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected