Model a call like Hmisc::getHdata(x) that loads a dataset into the variable it is given: the argument symbol
x is both read (as the call's argument, its value comes from outside the code) and defined by the call.
Unlike markAsAssignment we keep the read edge.
Model a call like
Hmisc::getHdata(x)that loads a dataset into the variable it is given: the argument symbolxis both read (as the call's argument, its value comes from outside the code) and defined by the call. Unlike markAsAssignment we keep the read edge.