MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / next

Method next

src/back/util/map.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5export interface IKeyIterator<K> {
6 reset(key: K): this;
7 next(): this;
8
9 hasNext(): boolean;
10 cmp(a: string): number;

Callers 5

setMethod · 0.65
getMethod · 0.65
deleteMethod · 0.65
findSubstrMethod · 0.65
findSuperstrMethod · 0.65

Implementers 2

StringIteratorsrc/back/util/map.ts
PathIteratorsrc/back/util/map.ts

Calls

no outgoing calls

Tested by

no test coverage detected