Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ main
Function
main
sample/Predicate-based-Discriminator.cpp:71–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
int32_t main()
72
{
73
std::string rm =
"long string."
;
74
String x{};
75
x.size = 100;
76
x.remote = String::Rm{rm.data(), 100};
77
std::cout << x.data() << std::endl;
78
return 0;
79
}
Callers
nothing calls this directly
Calls
1
data
Method · 0.80
Tested by
no test coverage detected