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

Method isList

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

Can this option take more than one argument?

Source from the content-addressed store, hash-verified

454 int isNoArg(void) const { return ((spec[1] == '|') || (!spec[1])); }
455 // Can this option take more than one argument?
456 int isList(void) const { return ((spec[1] == '+') || (spec[1] == '*')); }
457 // Does this option take any arguments?
458 int isValTaken(void) const { return (isValRequired() || isValOptional()); }
459 // Format this option in the given buffer

Callers 15

parse_optMethod · 0.45
parse_longoptMethod · 0.45
findChildDataTypeMethod · 0.45
getFunctionPrototypeMethod · 0.45
allocateCallMethod · 0.45
containsStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected