MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / GetKey

Method GetKey

Source/options.cpp:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549string_view OptionCategoryBase::GetKey() const
550{
551 return key;
552}
553string_view OptionCategoryBase::GetName() const
554{
555 return _(name);

Callers 2

LoadOptionsFunction · 0.80
SaveOptionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected