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

Method as_str

client/src/lib.rs:69–71  ·  view source on GitHub ↗

Obtains the textual representation of the token so that it can be sent back to the server.

(&self)

Source from the content-addressed store, hash-verified

67
68 /// Obtains the textual representation of the token so that it can be sent back to the server.
69 pub(crate) fn as_str(&self) -> &str {
70 &self.0
71 }
72}
73
74/// Representation of the details of an error response.

Callers 14

parse_aclMethod · 0.80
logoutMethod · 0.80
get_filesMethod · 0.80
get_fileMethod · 0.80
get_file_aclsMethod · 0.80
patch_file_contentMethod · 0.80
patch_file_aclsMethod · 0.80
delete_fileMethod · 0.80
consume_symbolMethod · 0.80
last_errorMethod · 0.80
fromMethod · 0.80

Calls

no outgoing calls

Tested by 1