Models a call like Hmisc::getHdata(x) that loads a dataset into the variable it is given: x is both read (its value comes from outside) and defined by the call; unlike markAsAssignment we keep the read edge.
Hmisc::getHdata(x)
x
Models a call like
Hmisc::getHdata(x)that loads a dataset into the variable it is given:xis both read (its value comes from outside) and defined by the call; unlike markAsAssignment we keep the read edge.