kubernetes/staging/src/k8s.io/apiserver/pkg/cel/lazy/lazy_test.go

func TestLazyMapType(t *testing.T) {}

type testActivation

func compileAndRun(env *cel.Env, activation *testActivation, exp string) (ref.Val, error) {}

func buildTestEnv() (*cel.Env, *apiservercel.DeclType, error) {}

func (a *testActivation) ResolveName(name string) (any, bool) {}

func (a *testActivation) Parent() interpreter.Activation {}