MCPcopy Create free account
hub / github.com/Botloader/botloader / kind

Method kind

components/common/src/plugin.rs:40–44  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

38
39impl PluginData {
40 pub fn kind(&self) -> PluginType {
41 match self {
42 PluginData::ScriptPlugin(_) => PluginType::Script,
43 }
44 }
45}
46
47pub enum PluginType {

Callers 7

fromMethod · 0.80
applyMethod · 0.80
scan_for_left_guildsMethod · 0.80
fetch_discord_userFunction · 0.80
discord_request_retryFunction · 0.80
handle_discord_errorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected