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

Method isTuning

packages/alphatab/src/model/ModelUtils.ts:112–114  ·  view source on GitHub ↗

* Checks if the given string is a tuning inticator. * @param name

(name: string)

Source from the content-addressed store, hash-verified

110 * @param name
111 */
112 public static isTuning(name: string): boolean {
113 return !!ModelUtils.parseTuning(name);
114 }
115
116 /**
117 * @internal

Callers

nothing calls this directly

Calls 1

parseTuningMethod · 0.80

Tested by

no test coverage detected