MCPcopy Create free account
hub / github.com/google/uuid / UUID

TypeAlias UUID

uuid.go:20–20  ·  view source on GitHub ↗

A UUID is a 128 bit (16 byte) Universal Unique IDentifier as defined in RFC 9562.

Source from the content-addressed store, hash-verified

18// A UUID is a 128 bit (16 byte) Universal Unique IDentifier as defined in RFC
19// 9562.
20type UUID [16]byte
21
22// A Version represents a UUID's version.
23type Version byte

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected