MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / clear

Method clear

include/common/StrKeyMap.h:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 return map_.end();
39 }
40 void clear() {
41 map_.clear();
42 }
43 bool has(const std::string &key) const {
44 return map_.find(key) != map_.end();
45 }

Callers 4

GetSupportedNodesMethod · 0.80
ClearMethod · 0.80
CompileMethod · 0.80
ClearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected