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

Struct sourceImpl

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

The sourceImpl type implementation of the Source interface.

Source from the content-addressed store, hash-verified

58
59// The sourceImpl type implementation of the Source interface.
60type sourceImpl struct {
61 runes.Buffer
62 description string
63 lineOffsets []int32
64}
65
66var _ runes.Buffer = &sourceImpl{}
67

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected