Pointer Type

Author: LGTM

import go

from Type reqtp, PointerType reqptrtp
where
  reqtp.hasQualifiedName("net/http", "Request") and
  reqptrtp.getBaseType() = reqtp
select reqptrtp

Description

Finds pointer type `*Request` from package `net/http`.