MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / has

Method has

src/lualib/Set.ts:96–98  ·  view source on GitHub ↗
(value: T)

Source from the content-addressed store, hash-verified

94 }
95
96 public has(value: T): boolean {
97 return this.nextKey.get(value) !== undefined || this.lastKey === value;
98 }
99
100 public [Symbol.iterator](): IterableIterator<T> {
101 return this.values();

Callers 7

addMethod · 0.95
deleteMethod · 0.95
symmetricDifferenceMethod · 0.95
isSupersetOfMethod · 0.95
intersectionMethod · 0.45
isSubsetOfMethod · 0.45
isDisjointFromMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected