MakeDOid is a helper routine to create a DOid initialized from a DInt.
(d oid.Oid, semanticType *types.T)
| 5659 | |
| 5660 | // MakeDOid is a helper routine to create a DOid initialized from a DInt. |
| 5661 | func MakeDOid(d oid.Oid, semanticType *types.T) DOid { |
| 5662 | return DOid{Oid: d, semanticType: semanticType, name: ""} |
| 5663 | } |
| 5664 | |
| 5665 | // NewDOidWithType constructs a DOid with the given type and no name. |
| 5666 | func NewDOidWithType(d oid.Oid, semanticType *types.T) *DOid { |
no outgoing calls
no test coverage detected
searching dependent graphs…