Structs§
- Cached
Build - Pre-computed AST index. Built once when an AST enters the cache, then reused on every goto/references/rename/hover request.
- Node
Info
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§
- External
Refs - Maps
"offset:length:fileId"src strings from Yul externalReferences to the Solidity declaration node id they refer to.