MCPcopy
hub / github.com/google/uuid

github.com/google/uuid @main sqlite

repository ↗ · DeepWiki ↗ · compare 2 versions
161 symbols 547 edges 23 files 77 documented · 48%
README

uuid

The uuid package generates and inspects UUIDs based on RFC 9562 and DCE 1.1: Authentication and Security Services.

This package is based on the github.com/pborman/uuid package (previously named code.google.com/p/go-uuid). It differs from these earlier packages in that a UUID is a 16 byte array rather than a byte slice. One loss due to this change is the ability to represent an invalid UUID (vs a NIL UUID).

Install
go get github.com/google/uuid
Documentation

Go Reference

Full go doc style documentation for the package can be viewed online without installing this package by using the GoDoc site here: https://pkg.go.dev/github.com/google/uuid

Core symbols most depended-on inside this repo

Error
called by 35
uuid.go
Parse
called by 21
uuid.go
String
called by 18
uuid.go
Version
called by 16
uuid.go
MustParse
called by 15
uuid.go
Scan
called by 12
sql.go
New
called by 12
version4.go
ClockSequence
called by 11
time.go

Shape

Function 114
Method 34
Struct 7
TypeAlias 6

Languages

Go100%

Modules by API surface

uuid_test.go54 symbols
uuid.go28 symbols
time.go10 symbols
null.go9 symbols
null_test.go7 symbols
dce.go7 symbols
node.go6 symbols
version4.go5 symbols
json_test.go5 symbols
version7.go4 symbols
version6_test.go4 symbols
marshal.go4 symbols

For agents

$ claude mcp add uuid \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact