MCPcopy Create free account
hub / github.com/NetSys/bess / clear_modules

Method clear_modules

core/metadata.h:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 const std::set<Module *> &modules() const { return modules_; }
124 void add_module(Module *m) { modules_.insert(m); }
125 void clear_modules() { modules_.clear(); }
126
127 int degree() const { return degree_; }
128 void incr_degree() { degree_++; }

Callers 1

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected