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

Method documentation

libsolidity/ast/Types.cpp:3818–3825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3816}
3817
3818ASTPointer<StructuredDocumentation> FunctionType::documentation() const
3819{
3820 auto function = dynamic_cast<StructurallyDocumented const*>(m_declaration);
3821 if (function)
3822 return function->documentation();
3823
3824 return ASTPointer<StructuredDocumentation>();
3825}
3826
3827bool FunctionType::padArguments() const
3828{

Callers 11

checkFunctionNatspecFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
operator()Method · 0.80
visitMethod · 0.80
checkParametersMethod · 0.80
parseDocStringsMethod · 0.80
resolveInheritDocMethod · 0.80
visitMethod · 0.80
setJsonNodeMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected