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

Module Private::SummaryComponent

Provides predicates for constructing summary components.

Import path

import semmle.go.dataflow.internal.FlowSummaryImpl

Predicates

field

Gets a summary component for field f.

qualifier

Gets a summary component that represents a qualifier.

return

Gets a summary component that represents the return value of a call.

Aliases

argument

Gets a summary component for an argument at position pos.

content

Gets a summary component for content c.

parameter

Gets a summary component for a parameter at position pos.

withContent

Gets a summary component where data must be stored in c.

withoutContent

Gets a summary component where data is not allowed to be stored in c.