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

Method willBeWrittenTo

libsolidity/analysis/PostTypeChecker.cpp:490–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 m_declaration(_identifier.annotation().referencedDeclaration)
489 {}
490 bool willBeWrittenTo() const { return m_willBeWrittenTo; }
491 void endVisit(Identifier const& _identifier) override
492 {
493 if (m_willBeWrittenTo)

Callers 2

endVisitMethod · 0.45
isSimpleCounterLoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected