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

Method HasFlags

projects/CSharp/Proto/com.chronoxor.proto.cs:550–553  ·  view source on GitHub ↗
(State flags)

Source from the content-addressed store, hash-verified

548 }
549
550 public bool HasFlags(State flags)
551 {
552 return (((Value & flags.Value) != 0) && ((Value & flags.Value) == flags.Value));
553 }
554
555 public State SetFlags(State flags)
556 {

Callers 6

SerializationDomainMethod · 0.45
CopyStructsMethod · 0.45
ExtendingNewOldMethod · 0.45
SerializationDomainMethod · 0.45
CreateAndAccessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected