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

Function mustNewExecutionFrame

interpreter/frame_test.go:570–577  ·  view source on GitHub ↗
(t testing.TB, input any)

Source from the content-addressed store, hash-verified

568}
569
570func mustNewExecutionFrame(t testing.TB, input any) *ExecutionFrame {
571 t.Helper()
572 f, err := NewExecutionFrame(input)
573 if err != nil {
574 t.Fatalf("NewExecutionFrame() failed: %v", err)
575 }
576 return f
577}

Callers 15

TestFolderActivationFunction · 0.85
TestV2AdapterFunction · 0.85
TestFindFrameFunction · 0.85
TestFrameCheckInterruptFunction · 0.85
TestFrameResolveNameFunction · 0.85
TestFrameParentFunction · 0.85
TestFrameUnwrapFunction · 0.85
TestFramePushPopFunction · 0.85
TestFrameCloseFunction · 0.85
TestFrameSetContextFunction · 0.85

Calls 1

NewExecutionFrameFunction · 0.85

Tested by

no test coverage detected