MCPcopy Create free account
hub / github.com/Autoparallel/learner / new

Method new

crates/learner/src/lib.rs:469–469  ·  view source on GitHub ↗

Creates a new builder instance with no configuration.

()

Source from the content-addressed store, hash-verified

467impl LearnerBuilder {
468 /// Creates a new builder instance with no configuration.
469 pub fn new() -> Self { Self::default() }
470
471 /// Sets explicit configuration for the builder.
472 ///

Callers

nothing calls this directly

Calls 1

buildMethod · 0.80

Tested by

no test coverage detected