Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ isBookmarked
Method
isBookmarked
cp-profiler/src/cpprofiler/user_data.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
bool UserData::isBookmarked(tree::NodeID nid) const
27
{
28
return bookmarks_.find(nid) != bookmarks_.end();
29
}
30
31
void UserData::clearBookmark(NodeID nid)
32
{
Callers
2
bookmarkCurrentNode
Method · 0.80
processCurrentNode
Method · 0.80
Calls
2
find
Method · 0.80
end
Method · 0.45
Tested by
no test coverage detected