Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/CodeText-parser
/ main
Function
main
tests/test_parser/test_sample/cpp_test_sample.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
};
20
21
int main() {
22
Car myCar;
23
myCar.honk();
24
cout << myCar.brand +
" "
+ myCar.model;
25
return 0;
26
}
27
Callers
nothing calls this directly
Calls
1
honk
Method · 0.80
Tested by
no test coverage detected