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

Method Snippet

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

Snippet returns a line of content and whether the line was found.

(line int)

Source from the content-addressed store, hash-verified

54
55 // Snippet returns a line of content and whether the line was found.
56 Snippet(line int) (string, bool)
57}
58
59// The sourceImpl type implementation of the Source interface.

Callers 5

NewStringMethod · 0.65
ToDisplayStringMethod · 0.65

Implementers 1

sourceImplcommon/source.go

Calls

no outgoing calls