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

Class ImplicitFieldReadNode

A unit class for adding nodes that should implicitly read from all nested content.

For example, this might be appropriate for the argument to a method that serializes a struct.

Import path

import semmle.go.dataflow.internal.DataFlowUtil

Direct supertypes

Indirect supertypes

Known direct subtypes

    Predicates

    shouldImplicitlyReadAllFields

    Holds if the node n should implicitly read from all nested content in a taint-tracking context.

    Inherited predicates

    toString

    Gets a textual representation of this element.

    from Unit