Int returns the int type of code.
()
| 52 | |
| 53 | // Int returns the int type of code. |
| 54 | func (c Code) Int() int { |
| 55 | return int(c) |
| 56 | } |
| 57 | |
| 58 | // Int32 returns the int32 type of code. |
| 59 | func (c Code) Int32() int32 { |
no outgoing calls
no test coverage detected