Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
33
func
(s ShortStringer) String() string {
34
return
UUID(s).Short()
35
}
36
37
var
_ fmt.Stringer = ShortStringer{}
38
Callers
nothing calls this directly
Calls
2
UUID
TypeAlias · 0.85
Short
Method · 0.80
Tested by
no test coverage detected