MCPcopy Create free account
hub / github.com/evilsocket/cake / fmt

Method fmt

cake-core/src/models/flux/text_encoder.rs:256–258  ·  view source on GitHub ↗
(&self, f: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

254
255impl Display for FluxTextEncoder {
256 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
257 write!(f, "FluxTextEncoder (local)")
258 }
259}
260
261#[async_trait]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected