MCPcopy 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
114impl Default for GtcrnState {
115 fn default() -> Self {
116 Self::new()
117 }
118}
119
120impl Clone for GtcrnState {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected