MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Eval

Method Eval

WinArk/ProcessIdFilter.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13FilterAction ProcessIdFilter::Eval(FilterContext& context) const {
14 return _pid == context.Data->GetProcessId() ? GetAction() : GetDefaultAction();
15}
16
17bool ProcessIdFilter::InitFromParams(const std::wstring& params) {
18 if (params.empty())

Callers

nothing calls this directly

Calls 1

GetProcessIdMethod · 0.80

Tested by

no test coverage detected