MCPcopy Index your code
hub / github.com/alignoth/alignoth / Preprocess

Interface Preprocess

src/cli.rs:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115pub(crate) trait Preprocess {
116 fn preprocess(&mut self) -> anyhow::Result<()>;
117}
118
119impl Preprocess for Alignoth {
120 fn preprocess(&mut self) -> anyhow::Result<()> {

Callers

nothing calls this directly

Implementers 1

cli.rssrc/cli.rs

Calls

no outgoing calls

Tested by

no test coverage detected