Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ SourceLineInfo
Method
SourceLineInfo
test/catch.hpp:445–445 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
{
444
445
SourceLineInfo() = delete;
446
SourceLineInfo(char const* _file, std::size_t _line) noexcept
447
: file(_file)
448
, line(_line)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected