Create a new FlagsSimple flags
()
| 41 | |
| 42 | // Create a new FlagsSimple flags |
| 43 | func NewFlagsSimple() *FlagsSimple { |
| 44 | return new(FlagsSimple) |
| 45 | } |
| 46 | |
| 47 | // Create a new FlagsSimple flags from the given flags |
| 48 | func NewFlagsSimpleFromValue(flags int32) *FlagsSimple { |
no outgoing calls
no test coverage detected