MCPcopy Create free account
hub / github.com/audacity/audacity / mark

Method mark

lib-src/libsbsms/src/sms.cpp:844–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844void SMS :: mark(long offset, int c)
845{
846 mark(offset,0,c);
847 if(offset&resMask) {
848 mark(offset,1,c);
849 }
850}
851
852void SMS :: mark(long offset, long offsetlo, int c)
853{

Callers

nothing calls this directly

Calls 2

markFunction · 0.85
readMethod · 0.45

Tested by

no test coverage detected