MCPcopy Create free account
hub / github.com/Vector35/debugger / PerformIsOffsetBackedByFile

Method PerformIsOffsetBackedByFile

core/processview.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210
211bool DebugNullView::PerformIsOffsetBackedByFile(uint64_t offset)
212{
213 return offset == 0;
214}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected