Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fadeevab/design-patterns-rust
/ CopyCommand
Class
CopyCommand
behavioral/command/command/copy.rs:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
#[derive(Default)]
7
pub struct CopyCommand;
8
9
impl Command for CopyCommand {
10
fn execute(&mut self, app: &mut Cursive) -> bool {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected