(i DInt)
| 5654 | } |
| 5655 | |
| 5656 | func intIsOutOfOIDRange(i DInt) bool { |
| 5657 | return i > math.MaxUint32 || i < math.MinInt32 |
| 5658 | } |
| 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 { |
no outgoing calls
no test coverage detected
searching dependent graphs…