MCPcopy 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

memoizeFunction · 0.95
createConfigFileUpdaterFunction · 0.95
hasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected