Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auula/falsework
/ get_command_mut
Method
get_command_mut
src/app.rs:61–63 ·
view source on GitHub ↗
(&mut self, r#use: &str)
Source
from the content-addressed store, hash-verified
59
}
60
61
pub fn get_command_mut(&mut self, r#use: &str) -> Option<&Command<
'c, '
f>> {
62
self.commands.get(r#use)
63
}
64
65
66
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected