Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xiaobin-Rong/gtcrn
/ default
Method
default
ladspa/src/model.rs:115–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
114
impl Default for GtcrnState {
115
fn default() -> Self {
116
Self::new()
117
}
118
}
119
120
impl Clone for GtcrnState {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected