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

Method functionsAndOperators

libsolidity/ast/AST.cpp:407–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407std::vector<std::pair<ASTPointer<IdentifierPath>, std::optional<Token>>> UsingForDirective::functionsAndOperators() const
408{
409 return ranges::zip_view(m_functionsOrLibrary, m_operators) | ranges::to<std::vector>;
410}
411
412Type const* StructDefinition::type() const
413{

Callers 5

endVisitMethod · 0.80
visitMethod · 0.80
operatorDefinitionsMethod · 0.80
attachedFunctionsMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected