Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
impl PluginData {
40
pub fn kind(&self) -> PluginType {
41
match self {
42
PluginData::ScriptPlugin(_) => PluginType::Script,
43
}
44
}
45
}
46
47
pub enum PluginType {
Callers
7
from
Method · 0.80
apply
Method · 0.80
scan_for_left_guilds
Method · 0.80
prepare_dispatch_event
Method · 0.80
fetch_discord_user
Function · 0.80
discord_request_retry
Function · 0.80
handle_discord_error
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected