Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corrode/write-yourself-a-shell
/ is_operator
Method
is_operator
examples/block3.rs:202–204 ·
view source on GitHub ↗
(token: &str)
Source
from the content-addressed store, hash-verified
200
}
201
202
fn is_operator(token: &str) -> bool {
203
Self::parse_operator(token).is_some()
204
}
205
}
206
207
impl Cmd {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected