MCPcopy Create free account
hub / github.com/LabSound/LabSound / name

Method name

include/LabSound/core/AudioSetting.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 ~AudioSetting() = default;
54
55 std::string name() const { return _desc->name; }
56 std::string shortName() const { return _desc->shortName; }
57 SettingType type() const { return _desc->type; }
58 char const * const * enums() const { return _desc->enums; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected