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

Method chain

packages/alphatab/src/model/Beat.ts:1260–1265  ·  view source on GitHub ↗
(sharedDataBag: Map<string, unknown> | null = null)

Source from the content-addressed store, hash-verified

1258 }
1259
1260 public chain(sharedDataBag: Map<string, unknown> | null = null) {
1261 for (const n of this.notes) {
1262 this.noteValueLookup.set(n.realValue, n);
1263 n.chain(sharedDataBag);
1264 }
1265 }
1266}

Callers 1

_chainMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected