MCPcopy
hub / github.com/eyebluecn/tank / String

Method String

code/tool/uuid/uuid.go:171–173  ·  view source on GitHub ↗

Returns unparsed version of the generated UUID sequence.

()

Source from the content-addressed store, hash-verified

169
170// Returns unparsed version of the generated UUID sequence.
171func (u *UUID) String() string {
172 return fmt.Sprintf("%x-%x-%x-%x-%x", u[0:4], u[4:6], u[6:8], u[8:10], u[10:])
173}

Callers 15

CreateMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
CreateAdminMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
PreHandleMethod · 0.80
CreateMethod · 0.80

Calls

no outgoing calls

Tested by 14

TestParseFunction · 0.64
TestParseStringFunction · 0.64
TestNewV3Function · 0.64
TestNewV4Function · 0.64
TestNewV5Function · 0.64
TestMultistatusWriterFunction · 0.64
equalXMLMethod · 0.64
TestFilenameEscapeFunction · 0.64
TestRoundTripFunction · 0.64
TestMarshalFlushFunction · 0.64
TestEncodeElementFunction · 0.64