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

Method pushBool

libsolidity/interface/CompilerStack.cpp:1895–1900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1893 }
1894
1895 void pushBool(std::string const& key, bool value)
1896 {
1897 m_entryCount++;
1898 pushTextString(key);
1899 pushBool(value);
1900 }
1901
1902 bytes serialise() const
1903 {

Callers 1

createCBORMetadataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected