Skip to main content

Module query

Module query 

Source
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.