MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / isHiddenOpt

Method isHiddenOpt

erpcgen/src/options.cpp:444–444  ·  view source on GitHub ↗

See if this is a Hidden option

Source from the content-addressed store, hash-verified

442
443 // See if this is a Hidden option
444 int isHiddenOpt(void) const { return hidden; }
445 // Get the corresponding option-character
446 char OptChar(void) const { return *spec; }
447 // Get the corresponding long-option string

Callers 1

usageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected