Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ makeDone
Method
makeDone
gecode/search/cpprofiler/message.hpp:319–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
void makeDone(void) {
320
msg.reset();
321
msg.set_type(MsgType::DONE);
322
}
323
324
const Message& get_msg(void) { return msg; }
325
Callers
1
done
Method · 0.80
Calls
2
set_type
Method · 0.80
reset
Method · 0.45
Tested by
no test coverage detected