MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_plugin_name

Method get_plugin_name

plugin_manager/github_source.cpp:401–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401String GitHubSource::get_plugin_name() {
402 return "github";
403}
404
405Vector<ReleaseInfo> GitHubSource::find_release_infos_by_tag(const String &plugin_name, const String &tag, Error &r_connection_error) {
406 Vector<Dictionary> releases = get_list_of_releases(plugin_name, r_connection_error);

Callers 1

get_plugin_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected