MCPcopy Create free account
hub / github.com/expr-lang/expr / String

Method String

file/source.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func (s Source) String() string {
16 return s.raw
17}
18
19func (s Source) Snippet(line int) (string, bool) {
20 if s.raw == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected