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

Method do_logout

client/src/cloud.rs:569–571  ·  view source on GitHub ↗

Clears the authentication token to represent a log out.

(&mut self)

Source from the content-addressed store, hash-verified

567
568 /// Clears the authentication token to represent a log out.
569 pub(crate) async fn do_logout(&mut self) {
570 self.service.logout().await.unwrap();
571 }
572
573 /// Generates a random filename and its content for testing, and makes sure the file gets
574 /// deleted during cleanup in case the test didn't do it on its own.

Callers 1

runFunction · 0.80

Calls 1

logoutMethod · 0.45

Tested by

no test coverage detected