MCPcopy Index your code
hub / github.com/encounter/objdiff / is_some

Method is_some

objdiff-core/src/diff/mod.rs:130–130  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

128
129 #[inline(always)]
130 pub fn is_some(&self) -> bool { self.0.is_some() }
131
132 #[inline(always)]
133 pub fn is_none(&self) -> bool { self.0.is_none() }

Callers 15

any_widget_focusedFunction · 0.80
is_selecting_symbolMethod · 0.80
newMethod · 0.80
post_updateMethod · 0.80
config_uiFunction · 0.80
display_unitFunction · 0.80
filter_nodeFunction · 0.80
split_obj_config_uiFunction · 0.80
pre_updateMethod · 0.80
post_updateMethod · 0.80
jobs_uiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected