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

Method ID

interpreter/interpretable.go:1029–1031  ·  view source on GitHub ↗

ID implements the Interpretable interface method.

()

Source from the content-addressed store, hash-verified

1027
1028// ID implements the Interpretable interface method.
1029func (e *evalSetMembership) ID() int64 {
1030 return e.inst.ID()
1031}
1032
1033// Exec implements the InterpretableV2 interface method.
1034func (e *evalSetMembership) Exec(frame *ExecutionFrame) ref.Val {

Callers

nothing calls this directly

Calls 1

IDMethod · 0.65

Tested by

no test coverage detected