MCPcopy Create free account
hub / github.com/MariaDB/server / GetCollSize

Method GetCollSize

storage/connect/Mongo2Interface.java:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 } // end of GetCollection
147
148 public long GetCollSize() {
149 return (coll != null) ? coll.count() : 0;
150 } // end of GetCollSize
151
152 public boolean FindColl(String query, String fields) {
153 if (DEBUG)

Callers 2

mainMethod · 0.45
mainMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected