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

Method handleExpr

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

Source from the content-addressed store, hash-verified

1558
1559 template<typename T>
1560 void handleExpr( ExprLhs<T> const& expr ) {
1561 handleExpr( expr.makeUnaryExpr() );
1562 }
1563 void handleExpr( ITransientExpression const& expr );
1564
1565 void handleMessage(ResultWas::OfType resultType, StringRef const& message);

Callers

nothing calls this directly

Calls 1

makeUnaryExprMethod · 0.80

Tested by

no test coverage detected