MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / initCommandLine

Method initCommandLine

source/util/player.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void Player::initCommandLine(BString root, const std::vector<BString>& zips, BString working, const std::vector<BString>& args) {
101 while (this->nextCommand=="ROOT" || this->nextCommand=="ZIP" || this->nextCommand=="CWD" || this->nextCommand=="ARGC" || this->nextCommand.startsWith("ARG")) {
102 instance->readCommand();
103 }
104}
105
106static U8* buffer;
107static U32 bufferlen;

Callers

nothing calls this directly

Calls 2

startsWithMethod · 0.80
readCommandMethod · 0.80

Tested by

no test coverage detected