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