MCPcopy Create free account
hub / github.com/couchbase/fleece / width

Function width

Fleece/Core/Internal.hh:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 };
46
47 static inline int width(bool wide) { return wide ? kWide : kNarrow; }
48
49 // The actual tags used in the encoded data, i.e. high 4 bits of 1st byte:
50 enum tags : uint8_t {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected