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

Function f

test/ctx_handle_all_test.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls 2

activate_contextFunction · 0.85
new_errorFunction · 0.85

Tested by

no test coverage detected