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

Method LogStream

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

Source from the content-addressed store, hash-verified

874 class LogStream : public ostrstream {
875 public:
876 LogStream(char *buf, int len, int ctr)
877 : ostrstream(buf, len),
878 ctr_(ctr) {
879 self_ = this;
880 }
881
882 int ctr() const { return ctr_; }
883 void set_ctr(int ctr) { ctr_ = ctr; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected