Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBoardView/OpenBoardView
/ isMode
Method
isMode
src/openboardview/Searcher.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
bool Searcher::isMode(SearchMode sm) {
13
return m_searchMode == sm;
14
}
15
16
void Searcher::setMode(SearchMode sm) {
17
m_searchMode = sm;
Callers
1
SearchComponent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected