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

Function assertNotEmpty

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

Source from the content-addressed store, hash-verified

44// Take ownership to ensure that it doesn't "mutate"
45template<typename T>
46void assertNotEmpty(LazyInit<T> _lazyInit) { assertInitCalled(std::move(_lazyInit), false); }
47
48// Take ownership to ensure that it doesn't "mutate"
49template<typename T>

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

assertInitCalledFunction · 0.85

Tested by

no test coverage detected