Module variable_registry

Module variable_registry 

Source
Expand description

Variable registry for lightweight HashMap-based variable tracking Variable Registry - Simple HashMap-based variable name tracking

This module provides a lightweight alternative to log-based tracking, using a global HashMap to store variable address -> variable info mappings.

Structsยง

VariableInfo
Variable information stored in registry
VariableRegistry
Variable Registry - manages variable address to name mappings