MCPcopy Create free account
hub / github.com/apple/foundationdb / AddressIsReadable

Function AddressIsReadable

contrib/stacktrace/stacktrace.amalgamation.cpp:2164–2166  ·  view source on GitHub ↗

On platforms other than Linux, just return true.

Source from the content-addressed store, hash-verified

2162
2163// On platforms other than Linux, just return true.
2164bool AddressIsReadable(const void* /* addr */) {
2165 return true;
2166}
2167
2168} // namespace debug_internal
2169} // namespace absl

Callers

nothing calls this directly

Calls 5

PackFunction · 0.85
UnpackFunction · 0.70
closeFunction · 0.50
readFunction · 0.50
loadMethod · 0.45

Tested by

no test coverage detected