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

Interface Adorner

common/debug/debug.go:32–35  ·  view source on GitHub ↗

Adorner returns debug metadata that will be tacked on to the string representation of an expression.

Source from the content-addressed store, hash-verified

30// Adorner returns debug metadata that will be tacked on to the string
31// representation of an expression.
32type Adorner interface {
33 // GetMetadata for the input context.
34 GetMetadata(ctx any) string
35}
36
37// Writer manages writing expressions to an internal string.
38type Writer interface {

Callers 1

adornMethod · 0.65

Implementers 6

typeAdornertools/celtest/test_runner.go
semanticAdornerchecker/printer.go
kindAndIDAdornerparser/parser_test.go
locationAdornerparser/parser_test.go
emptyDebugAdornercommon/debug/debug.go
idAdornercommon/debug/debug.go

Calls

no outgoing calls

Tested by

no test coverage detected