Searched defs:dbgVar (Results 1 – 1 of 1) sorted by relevance
298 type dbgVar struct { struct299 name string300 value *int32 // for variables that can only be set at startup301 atomic *atomic.Int32 // for variables that can be changed during execution302 def int32 // default value (ideally zero)