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

Method global

libsolidity/ast/AST.h:744–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742 std::vector<std::pair<ASTPointer<IdentifierPath>, std::optional<Token>>> functionsAndOperators() const;
743 bool usesBraces() const { return m_usesBraces; }
744 bool global() const { return m_global; }
745
746private:
747 /// Either the single library or a list of functions.

Callers 4

endVisitMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected