MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / _reset

Method _reset

packages/alphatab/src/model/Font.ts:279–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277 }
278
279 private _reset() {
280 this._currentTokenIndex = -1;
281 this._nextToken();
282 }
283
284 public static quoteFont(f: string): string {
285 if (f.indexOf(' ') === -1) {

Callers 1

parseMethod · 0.95

Calls 1

_nextTokenMethod · 0.95

Tested by

no test coverage detected