MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getContext

Function getContext

valdi/src/valdi/android/NativeBridge.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static Valdi::SharedContext getContext(jlong contextHandle) {
76 return Valdi::unsafeBridge<Valdi::Context>(reinterpret_cast<void*>(contextHandle));
77}
78
79static Valdi::SharedViewNodeTree getViewNodeTree(jlong contextHandle) {
80 auto context = getContext(contextHandle);

Callers 15

getViewNodeTreeFunction · 0.70
contextOnCreateMethod · 0.70
destroyContextMethod · 0.70
setViewModelMethod · 0.70
callJSFunctionMethod · 0.70
didUnloadMethod · 0.50
getFunctionMethod · 0.50
throwErrorMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected