MCPcopy Create free account
hub / github.com/corrode/write-yourself-a-shell / is_operator

Method is_operator

examples/block2.rs:125–127  ·  view source on GitHub ↗
(token: &str)

Source from the content-addressed store, hash-verified

123 }
124
125 fn is_operator(token: &str) -> bool {
126 Self::parse_operator(token).is_some()
127 }
128}
129
130impl Cmd {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected