Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ handles_plugin
Method
handles_plugin
plugin_manager/github_source.cpp:397–399 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
395
}
396
397
bool GitHubSource::handles_plugin(const String &plugin_name) {
398
return get_plugin_repo_map().has(plugin_name);
399
}
400
401
String GitHubSource::get_plugin_name() {
402
return
"github"
;
Callers
1
get_source
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected