Skip to main content

Module goto

Module goto 

Source

Structs§

CachedBuild
Pre-computed AST index. Built once when an AST enters the cache, then reused on every goto/references/rename/hover request.
NodeInfo

Constants§

CHILD_KEYS
All AST child keys to traverse (Solidity + Yul).

Functions§

bytes_to_pos
cache_ids
goto_bytes
goto_declaration
pos_to_bytes
src_to_location
Convert a "offset:length:fileId" src string to an LSP Location.

Type Aliases§

ExternalRefs
Maps "offset:length:fileId" src strings from Yul externalReferences to the Solidity declaration node id they refer to.