MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / NewFlagsSimple

Function NewFlagsSimple

projects/Go/proto/test/FlagsSimple.go:43–45  ·  view source on GitHub ↗

Create a new FlagsSimple flags

()

Source from the content-addressed store, hash-verified

41
42// Create a new FlagsSimple flags
43func NewFlagsSimple() *FlagsSimple {
44 return new(FlagsSimple)
45}
46
47// Create a new FlagsSimple flags from the given flags
48func NewFlagsSimpleFromValue(flags int32) *FlagsSimple {

Callers 4

GetMethod · 0.85
GetMethod · 0.85
GetFieldsMethod · 0.85
NewStructNestedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected