MCPcopy
hub / github.com/aquasecurity/trivy / Context

Struct Context

pkg/iac/terraform/context/context.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type Context struct {
12 ctx *hcl.EvalContext
13 parent *Context
14}
15
16func NewContext(ctx *hcl.EvalContext, parent *Context) *Context {
17 if ctx.Variables == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected