Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
template <class Ctx>
25
leaf::result<int> f( Ctx & ctx )
26
{
27
auto active_context = activate_context(ctx);
28
return leaf::new_error( info<1>{1} );
29
}
30
31
int main()
32
{
Callers
1
main
Function · 0.70
Calls
2
activate_context
Function · 0.85
new_error
Function · 0.85
Tested by
no test coverage detected