Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSVR/OSVR-Core
/ isModified
Method
isModified
src/osvr/Common/RegisteredStringMap.cpp:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
};
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;
Callers
2
TEST
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected