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

Method pushBytes

libsolidity/interface/CompilerStack.cpp:1881–1886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1879{
1880public:
1881 void pushBytes(std::string const& key, bytes const& value)
1882 {
1883 m_entryCount++;
1884 pushTextString(key);
1885 pushByteString(value);
1886 }
1887
1888 void pushString(std::string const& key, std::string const& value)
1889 {

Callers 1

createCBORMetadataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected