MCPcopy Create free account
hub / github.com/Vulae/pkmc / command

Method command

pkmc-server/src/command.rs:232–234  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

230
231impl CommandParser<'_> {
232 pub fn command(&self) -> &str {
233 self.command
234 }
235
236 pub fn position(&self) -> usize {
237 self.command.len() - self.consumable.len()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected