Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSVR/OSVR-Core
/ clearModifiedFlag
Method
clearModifiedFlag
src/osvr/Common/RegisteredStringMap.cpp:77–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
76
bool RegisteredStringMap::isModified() const { return m_modified; }
77
void RegisteredStringMap::clearModifiedFlag() { m_modified = false; }
78
std::vector<std::string> RegisteredStringMap::getEntries() const {
79
return m_regEntries;
80
}
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected