Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
bool IsType(const std::string& s){
203
return (types.find(s) != types.end());
204
}
205
206
std::vector<Token> tokens;
207
std::vector<std::shared_ptr<Statement>> statements;
Callers
1
ParseParameterListStatement
Function · 0.85
Calls
1
end
Method · 0.45
Tested by
no test coverage detected