MCPcopy
hub / github.com/google/uuid

github.com/google/uuid @v1.6.0 sqlite

repository ↗ · DeepWiki ↗ · release v1.6.0 ↗ · compare 2 versions
149 symbols 516 edges 21 files 75 documented · 50%
README

uuid

The uuid package generates and inspects UUIDs based on RFC 4122 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: http://pkg.go.dev/github.com/google/uuid

Core symbols most depended-on inside this repo

Error
called by 35
uuid.go
Parse
called by 28
uuid.go
String
called by 18
uuid.go
Must
called by 14
uuid.go
Scan
called by 12
sql.go
New
called by 12
version4.go
Version
called by 12
uuid.go
ClockSequence
called by 11
time.go

Shape

Function 106
Method 31
Struct 6
TypeAlias 6

Languages

Go100%

Modules by API surface

uuid_test.go54 symbols
uuid.go24 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
marshal.go4 symbols
hash.go3 symbols

For agents

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

⬇ download graph artifact