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