MCPcopy Create free account
hub / github.com/GCWing/BitFun / print_text

Method print_text

src/apps/cli/src/modes/exec.rs:470–474  ·  view source on GitHub ↗
(&self, f: impl FnOnce())

Source from the content-addressed store, hash-verified

468 }
469
470 fn print_text(&self, f: impl FnOnce()) {
471 if self.output_format == ExecOutputFormat::Text {
472 f();
473 }
474 }
475
476 fn output_patch_if_needed(&self) {
477 if let Some(ref output_target) = self.output_patch {

Callers 2

runMethod · 0.80

Calls 1

fFunction · 0.85

Tested by

no test coverage detected