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

Function getCachedImageInfo

flow/Platform.actor.cpp:3383–3388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3381}
3382
3383platform::ImageInfo getCachedImageInfo() {
3384 // The use of "getCachedImageInfo" is arbitrary and was a best guess at a good way to get the image of the
3385 // most likely candidate for the "real" flow library or binary
3386 static platform::ImageInfo info = getImageInfo((const void*)&getCachedImageInfo);
3387 return info;
3388}
3389
3390#include <execinfo.h>
3391

Callers 2

getImageInfoFunction · 0.85
format_backtraceFunction · 0.85

Calls 1

getImageInfoFunction · 0.85

Tested by

no test coverage detected