MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / PhoneIDUuid

Method PhoneIDUuid

api/pkg/requests/phone_delete_request.go:14–16  ·  view source on GitHub ↗

PhoneIDUuid returns the phoneID as uuid.UUID

()

Source from the content-addressed store, hash-verified

12
13// PhoneIDUuid returns the phoneID as uuid.UUID
14func (input *PhoneDelete) PhoneIDUuid() uuid.UUID {
15 return uuid.MustParse(input.PhoneID)
16}

Callers 1

DeleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected