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

Method is_operator

examples/final.rs:88–90  ·  view source on GitHub ↗
(token: &str)

Source from the content-addressed store, hash-verified

86 }
87
88 fn is_operator(token: &str) -> bool {
89 Self::parse_operator(token).is_some()
90 }
91
92 fn parse_cmd<I: Iterator<Item = &'a str>>(
93 binary: &'a str,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected