MCPcopy Create free account
hub / github.com/Rustixir/darkbird / factory_option

Function factory_option

example/Version-6.2.0 ( Vector Engine )/example.rs:4–6  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

2use serde_derive::{Deserialize, Serialize};
3
4fn factory_option(name: &str) -> Options {
5 Options::new(".", name, 1000, StorageType::RamCopies, true)
6}
7
8#[tokio::main]
9async fn main() {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected