MCPcopy Create free account
hub / github.com/cel-expr/cel-go / inputActivation

Struct inputActivation

interpreter/frame.go:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365type inputActivation struct {
366 vars map[string]any
367 lazyVars map[string]any
368}
369
370// ResolveName looks up the value of the input variable name, if found.
371//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected