Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ parse
Function
parse
sample/Conditional-if-let-Expressions.cpp:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
using Result = std::variant<V, E>;
7
8
Result<uint8_t, std::exception> parse(std::string_view) { return uint8_t{34U}; }
9
10
int32_t main()
11
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected