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

Method ParameterList

InterfaceCompiler/main.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 std::vector<std::pair<Type, std::string>> parameters;
109
110 ParameterList(){
111 type = StatementParameterList;
112 }
113
114 ParameterList(const std::vector<std::pair<Type, std::string>>& params){
115 type = StatementParameterList;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected