MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / Where

Method Where

extern/ttmath/ttmathtypes.h:535–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533 ExceptionInfo(const char * f, int l) : file(f), line(l) {}
534
535 std::string Where() const
536 {
537 if( !file )
538 return "unknown";
539
540 std::ostringstream result;
541 result << file << ":" << line;
542
543 return result.str();
544 }
545 };
546
547

Callers

nothing calls this directly

Calls 1

strMethod · 0.80

Tested by

no test coverage detected