MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / String

Method String

pkg/util/uuid/uuid_wrapper.go:33–35  ·  view source on GitHub ↗

String is part of fmt.Stringer.

()

Source from the content-addressed store, hash-verified

31
32// String is part of fmt.Stringer.
33func (s ShortStringer) String() string {
34 return UUID(s).Short()
35}
36
37var _ fmt.Stringer = ShortStringer{}
38

Callers

nothing calls this directly

Calls 2

UUIDTypeAlias · 0.85
ShortMethod · 0.80

Tested by

no test coverage detected