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

Function IsType

InterfaceCompiler/main.cpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200};
201
202bool IsType(const std::string& s){
203 return (types.find(s) != types.end());
204}
205
206std::vector<Token> tokens;
207std::vector<std::shared_ptr<Statement>> statements;

Callers 1

Calls 1

endMethod · 0.45

Tested by

no test coverage detected