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

Member predicate Type::implements

Holds if this type implements interface i, that is, the method set of i is contained in the method set of this type and any type restrictions are satisfied.

predicate implements(InterfaceType i)