Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9miao/CrossApp
/ empty
Function
empty
scripting/javascript/spidermonkey-win32/include/jsapi.h:327–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
326
size_t length() const { return vector.length(); }
327
bool empty() const { return vector.empty(); }
328
329
bool append(const T &v) { return vector.append(v); }
330
bool append(const AutoVectorRooter<T> &other) {
Callers
13
JSID_TO_SPECIALID
Function · 0.70
Range
Class · 0.50
popFront
Method · 0.50
Vector
Class · 0.50
popFront
Method · 0.50
popCopyFront
Method · 0.50
popBack
Method · 0.50
destroyIfConstructed
Method · 0.50
contains
Method · 0.50
lookup
Method · 0.50
Scoped
Function · 0.50
forget
Function · 0.50
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected