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

Method String

docgen/docgen_test.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30type Weekday int
31
32func (Weekday) String() string {
33 return ""
34}
35
36type Duration int
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected