Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ set_status
Method
set_status
gecode/search/cpprofiler/message.hpp:165–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
164
NodeStatus status(void) const { return _status; }
165
void set_status(NodeStatus status) { _status = status; }
166
167
void set_label(const std::string& label) {
168
_have_label = true;
Callers
2
MessageMarshalling
Class · 0.80
deserialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected