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

Function assertEmpty

test/libsolutil/LazyInit.cpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48// Take ownership to ensure that it doesn't "mutate"
49template<typename T>
50void assertEmpty(LazyInit<T> _lazyInit) { assertInitCalled(std::move(_lazyInit), true); }
51
52template<typename T>
53T valueOf(LazyInit<T> _lazyInit)

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

assertInitCalledFunction · 0.85

Tested by

no test coverage detected