We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In case you have a few dfg objects around and want to prevent accidently overwriting values...
dfg
sfg = subGraphCopy(dfg, vars) setReadOnly!(sfg, true) addVariable!(sfg, ...) # should produce an @ error printout and continue