MCPcopy Index your code
hub / github.com/endbasic/endbasic / run

Function run

client/src/cloud.rs:601–603  ·  view source on GitHub ↗
(context: &mut TestContext)

Source from the content-addressed store, hash-verified

599 fn test_login_ok() {
600 #[tokio::main]
601 async fn run(context: &mut TestContext) {
602 let _username = context.do_login(1).await;
603 }
604 run(&mut TestContext::new_from_env());
605 }
606

Callers 13

test_login_okFunction · 0.70
test_login_bad_passwordFunction · 0.70
test_get_filesFunction · 0.70
test_get_file_not_foundFunction · 0.70
test_acls_privateFunction · 0.70
test_acls_publicFunction · 0.70
test_delete_file_okFunction · 0.70

Calls 14

random_fileMethod · 0.80
pushMethod · 0.80
get_usernameMethod · 0.80
do_logoutMethod · 0.80
with_readersMethod · 0.80
do_loginMethod · 0.45
loginMethod · 0.45
lenMethod · 0.45
get_filesMethod · 0.45
get_fileMethod · 0.45
patch_file_contentMethod · 0.45

Tested by 13

test_login_okFunction · 0.56
test_login_bad_passwordFunction · 0.56
test_get_filesFunction · 0.56
test_get_file_not_foundFunction · 0.56
test_acls_privateFunction · 0.56
test_acls_publicFunction · 0.56
test_delete_file_okFunction · 0.56