Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ visible
Method
visible
libs/error-stack/src/fmt/mod.rs:486–489 ·
view source on GitHub ↗
(mut self, visible: bool)
Source
from the content-addressed store, hash-verified
484
}
485
486
const fn visible(mut self, visible: bool) -> Self {
487
self.visible = visible;
488
self
489
}
490
491
const fn group() -> Self {
492
Self::new(true)
Callers
3
debug_attachments
Function · 0.80
debug_render
Function · 0.80
fmt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected