Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ name
Method
name
libs/scrap/src/common/quartz.rs:135–137 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
133
}
134
135
pub fn name(&self) -> String {
136
self.0.id().to_string()
137
}
138
139
pub fn is_online(&self) -> bool {
140
self.0.is_online()
Callers
nothing calls this directly
Calls
2
to_string
Method · 0.80
id
Method · 0.45
Tested by
no test coverage detected