MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / line

Method line

unittests/catch.hpp:5304–5304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5302 {}
5303
5304 auto line() const -> std::string const& { return m_column.m_strings[m_stringIndex]; }
5305
5306 auto isBoundary( size_t at ) const -> bool {
5307 assert( at > 0 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected