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

Method FindStructFieldDescription

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

FindStructFieldDescription returns documentation for a field if available. Returns false if the field could not be found.

(typeName, fieldName string)

Source from the content-addressed store, hash-verified

26 // FindStructFieldDescription returns documentation for a field if available.
27 // Returns false if the field could not be found.
28 FindStructFieldDescription(typeName, fieldName string) (string, bool)
29}
30
31type backtrack struct {

Implementers 2

Registrycommon/types/provider.go
testCustomProvidercommon/types/provider_test.go

Calls

no outgoing calls