MCPcopy Create free account
hub / github.com/9miao/CrossApp / empty

Method empty

scripting/javascript/spidermonkey-win32/include/js/Vector.h:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 }
330
331 bool empty() const {
332 return mLength == 0;
333 }
334
335 size_t capacity() const {
336 return mCapacity;

Callers 1

emptyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected