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

Method GetMetadata

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

GetMetadata for the input context.

(ctx any)

Source from the content-addressed store, hash-verified

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.

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