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

Method reset

libsolidity/lsp/SemanticTokensBuilder.cpp:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void SemanticTokensBuilder::reset(CharStream const* _charStream)
81{
82 m_encodedTokens = Json::array();
83 m_charStream = _charStream;
84 m_lastLine = 0;
85 m_lastStartChar = 0;
86}
87
88void SemanticTokensBuilder::encode(
89 SourceLocation const& _sourceLocation,

Callers 1

compileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected