MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_distribution_name

Method get_distribution_name

core/core_bind.cpp:497–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497String OS::get_distribution_name() const {
498 return ::OS::get_singleton()->get_distribution_name();
499}
500
501String OS::get_version() const {
502 return ::OS::get_singleton()->get_version();

Callers 1

_get_system_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected