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

Struct testLegacyInterpretable

interpreter/interpreter_test.go:2684–2686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2682}
2683
2684type testLegacyInterpretable struct {
2685 id int64
2686}
2687
2688func (t *testLegacyInterpretable) ID() int64 {
2689 return t.id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected