Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ resetModifiedStatus
Function
resetModifiedStatus
annotation/AnnotationBase.h:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
inline bool isModified() { return _modified; }
39
inline void resetModifiedStatus() { _modified = false; }
40
41
protected:
42
AnnotationBase();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected