Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9miao/CrossApp
/ append
Function
append
scripting/javascript/spidermonkey-android/include/jsapi.h:329–329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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) {
331
return vector.append(other.vector);
332
}
Callers
2
insert
Method · 0.50
append
Method · 0.50
Calls
1
append
Method · 0.45
Tested by
no test coverage detected