Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ args
Function
args
nodedb/src/ctl/dispatch.rs:249–251 ·
view source on GitHub ↗
(s: &[&str])
Source
from the content-addressed store, hash-verified
247
use super::*;
248
249
fn args(s: &[&str]) -> Vec<String> {
250
s.iter().map(|&x| x.to_string()).collect()
251
}
252
253
// --version and version → PrintVersion
254
#[test]
Callers
5
main
Function · 0.85
regen_certs_parses
Function · 0.85
rotate_ca_stage_parses
Function · 0.85
rotate_ca_finalize_parses
Function · 0.85
join_token_parses
Function · 0.85
Calls
3
collect
Method · 0.80
to_string
Method · 0.80
iter
Method · 0.45
Tested by
4
regen_certs_parses
Function · 0.68
rotate_ca_stage_parses
Function · 0.68
rotate_ca_finalize_parses
Function · 0.68
join_token_parses
Function · 0.68