Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlashpointProject/launcher
/ reset
Method
reset
src/back/util/map.ts:6–6 ·
view source on GitHub ↗
(key: K)
Source
from the content-addressed store, hash-verified
4
/* eslint-disable @typescript-eslint/no-non-null-assertion */
5
export
interface
IKeyIterator<K> {
6
reset(key: K): this;
7
next(): this;
8
9
hasNext(): boolean;
Callers
5
set
Method · 0.65
get
Method · 0.65
delete
Method · 0.65
findSubstr
Method · 0.65
findSuperstr
Method · 0.65
Implementers
2
StringIterator
src/back/util/map.ts
PathIterator
src/back/util/map.ts
Calls
no outgoing calls
Tested by
no test coverage detected