Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ SetOptions
Method
SetOptions
WinArk/RegistrySearcher.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
void RegistrySearcher::SetOptions(FindOptions options){
12
std::lock_guard locker(_lock);
13
_options = options;
14
}
15
16
void RegistrySearcher::SetText(PCWSTR text) {
17
std::lock_guard locker(_lock);
Callers
1
OnCreate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected