MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / get_bool_field

Method get_bool_field

bindings/java/src/main/rust/lib.rs:32–34  ·  view source on GitHub ↗
(&mut self, obj: &JObject, name: &str)

Source from the content-addressed store, hash-verified

30 }
31
32 fn get_bool_field(&mut self, obj: &JObject, name: &str) -> JNIResult<bool> {
33 self.get_field(obj, name, "Z")?.z()
34 }
35
36 fn get_int_field(&mut self, obj: &JObject, name: &str) -> JNIResult<i32> {
37 self.get_field(obj, name, "I")?.i()

Callers 1

build_inlinerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected