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

Method valueObjectToBool

valdi/src/valdi/android/JavaValueDelegate.cpp:323–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323bool JavaValueDelegate::valueObjectToBool(const JavaValue& value, Valdi::ExceptionTracker& exceptionTracker) const {
324 return JavaEnv::getCache().getBooleanBooleanValueMethod().call(javaValueToObject(value));
325}
326
327Valdi::Ref<Valdi::StaticString> JavaValueDelegate::valueToString(const JavaValue& value,
328 Valdi::ExceptionTracker& exceptionTracker) const {

Callers 1

marshallMethod · 0.45

Calls 2

javaValueToObjectFunction · 0.85
callMethod · 0.65

Tested by

no test coverage detected