MCPcopy Create free account
hub / github.com/deviceplug/btleplug / size

Method size

src/droidplug/jni/objects.rs:1012–1021  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1010 }
1011
1012 pub fn size(&self) -> Result<jint> {
1013 self.env
1014 .call_method_unchecked(
1015 self.internal,
1016 self.size,
1017 JavaType::Primitive(Primitive::Int),
1018 &[],
1019 )?
1020 .i()
1021 }
1022
1023 pub fn key_at(&self, index: jint) -> Result<jint> {
1024 self.env

Callers 1

next_internalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected