MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / SourceLineInfo

Method SourceLineInfo

Bcore/src/main/cpp/Dobby/tests/catch.hpp:288–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286struct SourceLineInfo {
287
288 SourceLineInfo() = delete;
289 SourceLineInfo(char const *_file, std::size_t _line) noexcept : file(_file), line(_line) {
290 }
291

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected