MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / canHandle

Method canHandle

plugins/ProcessMemoryWindows/ProcessMemoryWindowsPlugin.cpp:320–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320bool ProcessMemoryWindowsPlugin::canHandle(const QString& target) const
321{
322 // Target format: "pid:name" or just "pid"
323 QRegularExpression re("^\\d+");
324 return re.match(target).hasMatch();
325}
326
327std::unique_ptr<rcx::Provider> ProcessMemoryWindowsPlugin::createProvider(const QString& target, QString* errorMsg)
328{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected