MCPcopy Create free account
hub / github.com/IronsDu/brynet / empty

Method empty

tests/catch.hpp:519–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517 SourceLineInfo& operator = ( SourceLineInfo&& ) noexcept = default;
518
519 bool empty() const noexcept { return file[0] == '\0'; }
520 bool operator == ( SourceLineInfo const& other ) const noexcept;
521 bool operator < ( SourceLineInfo const& other ) const noexcept;
522

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected