Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_ok
Function · 0.70
test_login_bad_password
Function · 0.70
test_get_files
Function · 0.70
test_get_and_patch_file_ok
Function · 0.70
test_get_and_patch_file_empty_ok
Function · 0.70
test_get_and_patch_file_utf8
Function · 0.70
test_get_file_not_found
Function · 0.70
test_patch_file_without_login
Function · 0.70
test_acls_private
Function · 0.70
test_acls_public
Function · 0.70
test_delete_file_ok
Function · 0.70
test_delete_file_not_found
Function · 0.70
Calls
14
do_get_and_patch_file_test
Function · 0.85
random_file
Method · 0.80
push
Method · 0.80
get_username
Method · 0.80
do_logout
Method · 0.80
with_readers
Method · 0.80
do_login
Method · 0.45
login
Method · 0.45
len
Method · 0.45
get_files
Method · 0.45
get_file
Method · 0.45
patch_file_content
Method · 0.45
Tested by
13
test_login_ok
Function · 0.56
test_login_bad_password
Function · 0.56
test_get_files
Function · 0.56
test_get_and_patch_file_ok
Function · 0.56
test_get_and_patch_file_empty_ok
Function · 0.56
test_get_and_patch_file_utf8
Function · 0.56
test_get_file_not_found
Function · 0.56
test_patch_file_without_login
Function · 0.56
test_acls_private
Function · 0.56
test_acls_public
Function · 0.56
test_delete_file_ok
Function · 0.56
test_delete_file_not_found
Function · 0.56