MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / UUID

Struct UUID

projects/Go/proto/fbe/Types.go:84–86  ·  view source on GitHub ↗

UUID struct

Source from the content-addressed store, hash-verified

82
83// UUID struct
84type UUID struct {
85 uuid.UUID
86}
87
88// Create a new UUID from the given bytes buffer
89func UUIDFromBytes(buffer []byte) UUID {

Calls

no outgoing calls