MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / size

Method size

src/core/include/megbrain/utils/thin/hash_table.h:357–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 bool empty() const { return m_impl.impl().empty(); }
356
357 size_t size() const { return m_impl.impl().size(); }
358
359 /* -------------- modifiers -------------- */
360 void clear() {

Callers 5

evalMethod · 0.45
unpack_vectorFunction · 0.45
evalMethod · 0.45
FutureThreadPoolClass · 0.45
sizeMethod · 0.45

Calls 1

implMethod · 0.45

Tested by

no test coverage detected