MCPcopy Create free account
hub / github.com/admtrv/objcurses / __asan_default_options

Function __asan_default_options

main.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24#ifdef ASAN_OPTIONS
25extern "C" const char *__asan_default_options() {
26 return ASAN_OPTIONS;
27}
28#endif
29
30using SteadyClock = std::chrono::steady_clock;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected