Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_focused
Function · 0.80
is_create_scratch_available
Function · 0.80
is_selecting_symbol
Method · 0.80
new
Method · 0.80
post_update
Method · 0.80
config_ui
Function · 0.80
display_unit
Function · 0.80
filter_node
Function · 0.80
split_obj_config_ui
Function · 0.80
pre_update
Method · 0.80
post_update
Method · 0.80
jobs_ui
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected