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

Method CmdDel

src/parse/parser.cpp:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void Parser::Imp::CmdDel(std::string s) {
234 std::string cmd, key;
235 std::stringstream b(s);
236 b >> cmd >> key;
237 fassert(var_.Del(key), "CmdDel(): unknown variable '" + key + "'");
238}
239
240void Parser::Imp::CmdInclude(std::string s, std::string curpath) {
241 std::string cmd;

Callers

nothing calls this directly

Calls 1

DelMethod · 0.80

Tested by

no test coverage detected