Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
add
Method · 0.95
delete
Method · 0.95
symmetricDifference
Method · 0.95
isSupersetOf
Method · 0.95
intersection
Method · 0.45
isSubsetOf
Method · 0.45
isDisjointFrom
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected