Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/build-cpp/cmkr
/ version
Function
version
tests/interface/include/mylib/mylib.hpp:2–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
namespace mylib {
2
static const char *version() {
3
return
"v1.0"
;
4
}
5
} // namespace mylib
Callers
1
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected