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

Method AsString

patcher/value/value.go:92–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90
91type StringValuer interface {
92 AsString() string
93}
94
95type TimeValuer interface {

Callers 1

getValueFunction · 0.65

Implementers 2

customStringpatcher/value/value_test.go
customTypedStringpatcher/value/value_test.go

Calls

no outgoing calls

Tested by

no test coverage detected