Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ json
Method
json
test/libsolidity/StandardCompiler.cpp:203–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
{
"fileA"
,
"{}"
}
202
}) : Code(std::move(_code)) {}
203
[[nodiscard]] Json json() const override
204
{
205
return createLanguageAndSourcesSection(
"Yul"
, m_code);
206
}
207
};
208
209
class EvmAssemblyCode: public Code
Callers
2
generateStandardJson
Function · 0.45
query_api
Function · 0.45
Calls
1
createLanguageAndSourcesSection
Function · 0.85
Tested by
no test coverage detected