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

Method from

src/icons.rs:121–123  ·  view source on GitHub ↗
(icon: IconName)

Source from the content-addressed store, hash-verified

119 Self::Unlock => "icons/unlock.svg",
120 Self::Box => "icons/box.svg",
121 Self::Package => "icons/package.svg",
122 Self::Eye => "icons/eye.svg",
123 Self::EyeOff => "icons/eye-closed.svg",
124 Self::Table => "icons/table.svg",
125 }
126 .into()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected