MCPcopy 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

memoizeFunction · 0.95
deleteMethod · 0.95
createConfigFileUpdaterFunction · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected