MCPcopy Create free account
hub / github.com/Monibuca/engine / Narrow

Method Narrow

track/audio.go:97–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (a *Audio) Narrow() {
98 // if a.HistoryRing == nil && a.IDRing != nil {
99 // a.narrow(int(a.Value.Sequence - a.IDRing.Value.Sequence))
100 // }
101 a.AddIDR()
102}

Callers

nothing calls this directly

Calls 1

AddIDRMethod · 0.45

Tested by

no test coverage detected