Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ show_error
Function
show_error
test/udemy_course_test.cpp:405–408 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
403
}
404
405
string show_error(const string& error)
406
{
407
return
"ERROR: "
+ error;
408
}
409
410
template <typename Res, typename Error,
411
typename F, typename A>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected