MCPcopy
hub / github.com/google/uuid / NewDCEGroup

Function NewDCEGroup

dce.go:54–56  ·  view source on GitHub ↗

NewDCEGroup returns a DCE Security (Version 2) UUID in the group domain with the id returned by os.Getgid. NewDCESecurity(Group, uint32(os.Getgid()))

()

Source from the content-addressed store, hash-verified

52//
53// NewDCESecurity(Group, uint32(os.Getgid()))
54func NewDCEGroup() (UUID, error) {
55 return NewDCESecurity(Group, uint32(os.Getgid()))
56}
57
58// Domain returns the domain for a Version 2 UUID. Domains are only defined
59// for Version 2 UUIDs.

Callers 1

TestDCEFunction · 0.85

Calls 1

NewDCESecurityFunction · 0.85

Tested by 1

TestDCEFunction · 0.68