MCPcopy Create free account
hub / github.com/cselab/aphros / Run

Method Run

src/parse/parser.cpp:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void Parser::Run(std::string s) {
250 imp->Cmd(s, "", -1);
251}
252
253// Reads multiline string from stream.
254// String is read until EOL or while inside quotation marks "".

Callers

nothing calls this directly

Calls 1

CmdMethod · 0.80

Tested by

no test coverage detected