MCPcopy Create free account
hub / github.com/OpenMW/openmw / appendCode

Method appendCode

components/compiler/controlparser.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 void ControlParser::appendCode(std::vector<Interpreter::Type_Code>& code) const
162 {
163 std::copy(mCode.begin(), mCode.end(), std::back_inserter(code));
164 }
165
166 bool ControlParser::parseName(const std::string& name, const TokenLoc& loc, Scanner& scanner)
167 {

Callers 3

parseKeywordMethod · 0.80
parseIfBodyMethod · 0.80
parseWhileBodyMethod · 0.80

Calls 3

copyFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected