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

Method Documentation

cel/fieldpaths.go:21–23  ·  view source on GitHub ↗

Documentation implements the Documentor interface.

()

Source from the content-addressed store, hash-verified

19
20// Documentation implements the Documentor interface.
21func (f *fieldPath) Documentation() *common.Doc {
22 return common.NewFieldDoc(f.path, f.celType.String(), f.description)
23}
24
25type documentationProvider interface {
26 // FindStructFieldDescription returns documentation for a field if available.

Callers

nothing calls this directly

Calls 2

NewFieldDocFunction · 0.92
StringMethod · 0.65

Tested by

no test coverage detected