MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / operator-

Method operator-

src/utility/src/timecode.cpp:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142Timecode Timecode::operator-(const Timecode &t) const { return operator-(t.total_frames()); }
143
144Timecode Timecode::operator-(const int i) const {
145 int f = total_frames() - i;

Callers

nothing calls this directly

Calls 1

total_framesMethod · 0.80

Tested by

no test coverage detected