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

Struct attrFactory

interpreter/attributes.go:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156type attrFactory struct {
157 container *containers.Container
158 adapter types.Adapter
159 provider types.Provider
160
161 errorOnBadPresenceTest bool
162}
163
164// AbsoluteAttribute refers to a variable value and an optional qualifier path.
165//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected