package
1.0.0
Repository: https://github.com/google/go-flow-levee.git
Documentation: pkg.go.dev

# Functions

For returns the summary for a given call if it exists, or nil if no summary matches the called function.

# Variables

FuncSummaries contains summaries for regular functions that could be called statically.
InterfaceFuncSummaries contains summaries for common interface functions such as Write or Read, that could be called statically (i.e.

# Structs

A Summary captures the behavior of a function with respect to taint propagation.