Variable read
Author: LGTM
import go
from Variable err, Read read
where
err.getName() = "err" and
read = err.getARead()
select readDescription
Finds code that reads a variable called `err`.
import go
from Variable err, Read read
where
err.getName() = "err" and
read = err.getARead()
select readFinds code that reads a variable called `err`.