MCPcopy Create free account
hub / github.com/argotorg/solidity / clearCache

Function clearCache

libsolidity/ast/TypeProvider.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}};
156
157inline void clearCache(Type const& type)
158{
159 type.clearCache();
160}
161
162template <typename T>
163inline void clearCache(std::unique_ptr<T> const& type)

Callers 3

clearCacheMethod · 0.85
clearCachesFunction · 0.85
resetMethod · 0.85

Calls 1

clearCacheMethod · 0.80

Tested by

no test coverage detected