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

Method newByteArray

valdi/src/valdi/android/JavaValueDelegate.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167JavaValue JavaValueDelegate::newByteArray(const Valdi::BytesView& bytes, Valdi::ExceptionTracker& exceptionTracker) {
168 return JavaValue::makeObject(newJavaByteArray(bytes.data(), bytes.size()));
169}
170
171JavaValue JavaValueDelegate::newUntyped(const Valdi::Value& value,
172 const Valdi::ReferenceInfoBuilder& /*referenceInfoBuilder*/,

Callers

nothing calls this directly

Calls 4

makeObjectFunction · 0.85
newJavaByteArrayFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected