MCPcopy Create free account
hub / github.com/Xiaobin-Rong/gtcrn / new_default

Method new_default

ladspa/src/model.rs:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 /// Creates a new model instance using default (simple).
167 #[must_use]
168 pub fn new_default() -> Self {
169 Self::new(ModelType::Simple)
170 }
171
172 /// Gets the current model type.
173 #[must_use]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected