Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/CicadaPlayer
/ add
Method
add
framework/utils/Android/NewLinkedList.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void NewLinkedList::add(jobject value) {
46
if (mEnv != nullptr && mResult != nullptr) {
47
mEnv->CallBooleanMethod(mResult, gj_linkedList_add, value);
48
}
49
}
Callers
1
convert
Method · 0.45
Calls
1
CallBooleanMethod
Method · 0.45
Tested by
no test coverage detected