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

Method valueObjectToDouble

valdi/src/valdi/android/JavaValueDelegate.cpp:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319double JavaValueDelegate::valueObjectToDouble(const JavaValue& value, Valdi::ExceptionTracker& exceptionTracker) const {
320 return JavaEnv::getCache().getNumberDoubleValueMethod().call(javaValueToObject(value));
321}
322
323bool JavaValueDelegate::valueObjectToBool(const JavaValue& value, Valdi::ExceptionTracker& exceptionTracker) const {
324 return JavaEnv::getCache().getBooleanBooleanValueMethod().call(javaValueToObject(value));

Callers 1

marshallMethod · 0.45

Calls 2

javaValueToObjectFunction · 0.85
callMethod · 0.65

Tested by

no test coverage detected