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

Method pushString

libsolidity/interface/CompilerStack.cpp:1888–1893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1886 }
1887
1888 void pushString(std::string const& key, std::string const& value)
1889 {
1890 m_entryCount++;
1891 pushTextString(key);
1892 pushTextString(value);
1893 }
1894
1895 void pushBool(std::string const& key, bool value)
1896 {

Callers 1

createCBORMetadataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected