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

Class Range

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

Accumulate base/end per path, then convert to ModuleInfo

Source from the content-addressed store, hash-verified

224
225 // Accumulate base/end per path, then convert to ModuleInfo
226 struct Range { uint64_t base; uint64_t end; };
227 QMap<QString, Range> moduleRanges;
228
229 std::string line;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected