MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / isEmpty

Method isEmpty

Control/ControlTransfer.h:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 CodecType mCodecs; // It is a set of CodecEnum
81 bool isSet(CodecType bit) { return mCodecs & bit; }
82 bool isEmpty() { return !mCodecs; }
83 CodecSet(): mCodecs(CodecTypeUndefined) {}
84 CodecSet(CodecType wtype) : mCodecs(wtype) {}
85 // Allow logical OR of two CodecSets together.

Callers 2

codecsToSdpFunction · 0.80
getCodecSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected