Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ setFunctionNotifyChanges
Method
setFunctionNotifyChanges
src/base/XMLSupport.h:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
123
using FunctionNotifyChanges = std::function<bool()>;
124
void setFunctionNotifyChanges(FunctionNotifyChanges notifyChanges) {
125
base::MutexLock lock(_mutex);
126
_notifyChanges = notifyChanges;
127
}
128
129
private:
130
Callers
1
SatPI
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected