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

Method newNull

valdi/src/valdi/android/JavaValueDelegate.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123JavaValue JavaValueDelegate::newNull() {
124 return JavaValue::unsafeMakeObject(nullptr);
125}
126
127JavaValue JavaValueDelegate::newInt(int32_t value, Valdi::ExceptionTracker& exceptionTracker) {
128 return JavaValue::makeInt(value);

Callers 15

unmarshallMethod · 0.45
unmarshallMethod · 0.45
unmarshallMethod · 0.45
unmarshallMethod · 0.45
unmarshallMethod · 0.45
unmarshallMethod · 0.45
unmarshallMethod · 0.45
unmarshallMethod · 0.45
unmarshallMethod · 0.45
unmarshallMethod · 0.45
unmarshallMethod · 0.45
unmarshallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected