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

Function learner

crates/learnerd/tests/cli.rs:13–13  ·  view source on GitHub ↗

Helper function to create a clean command instance

()

Source from the content-addressed store, hash-verified

11
12// Helper function to create a clean command instance
13fn learner() -> Command { Command::cargo_bin("learner").unwrap() }
14
15// Helper to get a temporary database path
16fn temp_db() -> (tempfile::TempDir, PathBuf) {

Callers 2

test_init_and_cleanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected