MCPcopy Create free account
hub / github.com/bajrangCoder/setu / title

Method title

src/components/auth_editor.rs:48–50  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

46
47/// Implement SelectItem for AuthType
48impl SelectItem for AuthType {
49 type Value = AuthType;
50
51 fn title(&self) -> SharedString {
52 self.as_str().into()
53 }

Callers

nothing calls this directly

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected