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

Method Content

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

Content returns the source content represented as a string. Examples contents are the single file contents, textbox field, or url parameter.

()

Source from the content-addressed store, hash-verified

26 // Examples contents are the single file contents, textbox field,
27 // or url parameter.
28 Content() string
29
30 // Description gives a brief description of the source.
31 // Example descriptions are a file name or ui element.

Callers 10

testMustParseFunction · 0.95
CreateASTMethod · 0.65
ContentMethod · 0.65
sourceToYAMLFunction · 0.65
TestParseFunction · 0.65
ContentMethod · 0.65
ParseMethod · 0.65
TestOptimizeWithSourceFunction · 0.65

Implementers 1

sourceImplcommon/source.go

Calls

no outgoing calls

Tested by 6

testMustParseFunction · 0.76
TestParseFunction · 0.52
ContentMethod · 0.52
TestOptimizeWithSourceFunction · 0.52