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

Function isJustInfo

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

Source from the content-addressed store, hash-verified

8487 return ( resultType & ResultWas::FailureBit ) == 0;
8488 }
8489 bool isJustInfo( int flags ) {
8490 return flags == ResultWas::Info;
8491 }
8492
8493 ResultDisposition::Flags operator | ( ResultDisposition::Flags lhs, ResultDisposition::Flags rhs ) {
8494 return static_cast<ResultDisposition::Flags>( static_cast<int>( lhs ) | static_cast<int>( rhs ) );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected