MCPcopy Create free account
hub / github.com/dethcrypto/dethcode /

Class

packages/ethereum-viewer/src/fs/textSearchProvider.ts:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133class Limit {
134 private _current: number;
135 constructor(public readonly max: number) {
136 this._current = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected