MCPcopy Create free account
hub / github.com/Botloader/botloader / name

Method name

components/runtime-models/src/internal/script.rs:529–534  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

527
528impl SettingsOptionDefinition {
529 pub fn name(&self) -> &str {
530 match self {
531 SettingsOptionDefinition::Option(v) => &v.name,
532 SettingsOptionDefinition::List(v) => &v.name,
533 }
534 }
535
536 pub fn required(&self) -> bool {
537 match self {

Callers 2

fromMethod · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected