MCPcopy Index your code
hub / github.com/encounter/objdiff / run

Function run

objdiff-cli/src/cmd/report.rs:78–83  ·  view source on GitHub ↗
(args: Args)

Source from the content-addressed store, hash-verified

76}
77
78pub fn run(args: Args) -> Result<()> {
79 match args.command {
80 SubCommand::Generate(args) => generate(args),
81 SubCommand::Changes(args) => changes(args),
82 }
83}
84
85fn generate(args: GenerateArgs) -> Result<()> {
86 let base_diff_config = diff::DiffObjConfig {

Callers

nothing calls this directly

Calls 2

generateFunction · 0.85
changesFunction · 0.85

Tested by

no test coverage detected