MCPcopy Create free account
hub / github.com/chen3feng/toft / Count

Method Count

base/string/number.cpp:617–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615 return *this;
616 }
617 size_t Count() const
618 {
619 return m_count;
620 }
621private:
622 size_t m_count;
623};

Callers 1

IntegerStringLengthFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected