Expand description
Reference counting and symbol queries.
Functionsยง
- count_
reads - Count read references to a symbol.
- count_
writes - Count write references to a symbol.
- has_
reads - Check if a symbol has any read references.
- has_
writes - Check if a symbol has any write references.
- is_
const - Check if a symbol is declared with
const.