MCPcopy Create free account
hub / github.com/boostorg/leaf / f

Function f

test/context_activator_test.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23template <class Ctx>
24leaf::result<int> f( Ctx & ctx )
25{
26 auto active_context = activate_context(ctx);
27 return leaf::new_error( info<1>{1} );
28}
29
30int main()
31{

Callers 1

mainFunction · 0.70

Calls 2

activate_contextFunction · 0.85
new_errorFunction · 0.85

Tested by

no test coverage detected