MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Generate

Function Generate

InterfaceCompiler/main.cpp:470–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470void Generate(std::ostream& out){
471 out << "#include <lemon/ipc/message.h>\n";
472 out << "#include <lemon/ipc/interface.h>\n";
473}
474
475int main(int argc, char** argv){
476 if(argc < 2){

Callers 4

mainFunction · 0.85
GameOverMethod · 0.85
CheckWinMethod · 0.85
MinesweeperGameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected