CodeQL library for Go
codeql/go-all 0.7.14 (changelog, source)
Search

Member predicate MethodDecl::getReceiver

Gets the receiver variable of this method.

For example, the receiver variable of

func (p *Rectangle) Area() float64 { ... }

is the variable p.

ReceiverVariable getReceiver()