MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / run_show_token

Function run_show_token

crates/openshell-supervisor-process/src/debug_rpc.rs:123–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123fn run_show_token() -> Result<i32> {
124 let token = read_local_token()?;
125 print_token_summary(&token, None);
126 Ok(0)
127}
128
129fn run_show_principal() -> Result<i32> {
130 let token = read_local_token()?;

Callers 1

runFunction · 0.85

Calls 2

read_local_tokenFunction · 0.85
print_token_summaryFunction · 0.85

Tested by

no test coverage detected