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

Method with_storage_path

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

Sets the path for paper document storage. # Arguments `storage_path` - Directory where paper PDFs will be stored

(mut self, storage_path: &Path)

Source from the content-addressed store, hash-verified

449 ///
450 /// * `storage_path` - Directory where paper PDFs will be stored
451 pub fn with_storage_path(mut self, storage_path: &Path) -> Self {
452 self.storage_path = storage_path.to_path_buf();
453 self
454 }
455}
456
457impl Default for Config {

Callers 3

initFunction · 0.80
test_learner_creationFunction · 0.80
create_test_learnerFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_learner_creationFunction · 0.64
create_test_learnerFunction · 0.64