MCPcopy Create free account
hub / github.com/dachev/node-cld / set_ctr

Method set_ctr

chromium/base/logging.h:883–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881
882 int ctr() const { return ctr_; }
883 void set_ctr(int ctr) { ctr_ = ctr; }
884 LogStream* self() const { return self_; }
885
886 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected