MCPcopy Create free account
hub / github.com/NthTensor/Forte / prepare

Method prepare

ci/src/commands/lints.rs:15–24  ·  view source on GitHub ↗
(
        &self,
        sh: &'a xshell::Shell,
        flags: Flag,
    )

Source from the content-addressed store, hash-verified

13
14impl Prepare for LintsCommand {
15 fn prepare<'a>(
16 &self,
17 sh: &'a xshell::Shell,
18 flags: Flag,
19 ) -> Vec<PreparedCommand<'a>> {
20 let mut commands = vec![];
21 commands.append(&mut FormatCommand::default().prepare(sh, flags));
22 commands.append(&mut ClippyCommand::default().prepare(sh, flags));
23 commands
24 }
25}

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected