MCPcopy
hub / github.com/duke-git/lancet / String

Method String

enum/enum.go:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16type Enum[T comparable] interface {
17 Value() T
18 String() string
19 Name() string
20 Valid(checker ...func(T) bool) bool
21}

Callers 15

TestSet_ToSliceFunction · 0.65
SortByFieldFunction · 0.65
JoinFuncFunction · 0.65
CamelCaseFunction · 0.65
UpperCamelCaseFunction · 0.65
WrapFunction · 0.65
ConcatFunction · 0.65
RotateFunction · 0.65
cloneMethod · 0.65
ToBytesFunction · 0.65
ToFloatFunction · 0.65
ToIntFunction · 0.65

Calls

no outgoing calls

Tested by 2

TestSet_ToSliceFunction · 0.52
TestPrettyToWriterFunction · 0.52