MCPcopy 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

mainFunction · 0.85
regen_certs_parsesFunction · 0.85
rotate_ca_stage_parsesFunction · 0.85
join_token_parsesFunction · 0.85

Calls 3

collectMethod · 0.80
to_stringMethod · 0.80
iterMethod · 0.45

Tested by 4

regen_certs_parsesFunction · 0.68
rotate_ca_stage_parsesFunction · 0.68
join_token_parsesFunction · 0.68