Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/build-cpp/cmkr
/ main
Function
main
tests/globbing/example/src/main.cpp:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <mylib/mylib.hpp>
3
4
int main() {
5
std::cout << mylib::message() << std::endl;
6
return 0;
7
}
Callers
nothing calls this directly
Calls
1
message
Function · 0.85
Tested by
no test coverage detected