Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
use serde_derive::{Deserialize, Serialize};
3
4
fn factory_option(name: &str) -> Options {
5
Options::new(
"."
, name, 1000, StorageType::RamCopies, true)
6
}
7
8
#[tokio::main]
9
async fn main() {
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected