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

Function mustNewExecutionFrame

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

Source from the content-addressed store, hash-verified

585}
586
587func mustNewExecutionFrame(t testing.TB, input any) *ExecutionFrame {
588 t.Helper()
589 f, err := NewExecutionFrame(input)
590 if err != nil {
591 t.Fatalf("NewExecutionFrame() failed: %v", err)
592 }
593 return f
594}

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
TestFrameDoubleCloseFunction · 0.85

Calls 1

NewExecutionFrameFunction · 0.85

Tested by

no test coverage detected