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

Method as_str

src/apps/desktop/src/api/commands.rs:202–207  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

200
201impl SearchStreamKind {
202 fn as_str(self) -> &'static str {
203 match self {
204 Self::Filenames => "filenames",
205 Self::Content => "content",
206 }
207 }
208}
209
210#[derive(Debug, Serialize)]

Calls

no outgoing calls