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

Method GetValue

test/crowdsec/crowdsec.go:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func (s Source) GetValue() string {
83 return *s.Value
84}
85
86func (s Source) GetScope() string {
87 return *s.Scope

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected