MCPcopy Create free account
hub / github.com/apache/tvm-ffi / Remove

Method Remove

src/ffi/function.cc:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 bool Remove(const String& name) {
108 auto it = table_.find(name);
109 if (it == table_.end()) return false;
110 table_.erase(name);
111 return true;
112 }
113
114 const Entry* Get(const String& name) {
115 auto it = table_.find(name);

Callers 1

Calls 3

findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected