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

Method liveInstanceCount

Fleece/Support/InstanceCounted.hh:36–36  ·  view source on GitHub ↗

Total number of live objects that implement InstanceCounted. */

Source from the content-addressed store, hash-verified

34
35 /** Total number of live objects that implement InstanceCounted. */
36 static int liveInstanceCount() {return gInstanceCount;}
37
38#if INSTANCECOUNTED_TRACK
39 InstanceCounted() {track();}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected