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

Method operator+

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

Source from the content-addressed store, hash-verified

132}
133
134Timecode Timecode::operator+(const Timecode &t) const { return operator+(t.total_frames()); }
135
136Timecode Timecode::operator+(const int i) const {
137 int frameSum = total_frames() + i;

Callers

nothing calls this directly

Calls 1

total_framesMethod · 0.80

Tested by

no test coverage detected