Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ searchOne
Method
searchOne
gecode/gist/treecanvas.cpp:464–468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
462
}
463
464
void
465
TreeCanvas::searchOne(void) {
466
QMutexLocker locker(&mutex);
467
searcher.search(currentNode, false, this);
468
}
469
470
void
471
TreeCanvas::toggleHidden(void) {
Callers
nothing calls this directly
Calls
1
search
Method · 0.45
Tested by
no test coverage detected