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

Method isNULL

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

Is this option NULL?

Source from the content-addressed store, hash-verified

437 operator const char *() { return isHiddenOpt() ? (spec - 1) : spec; }
438 // Is this option NULL?
439 int isNULL(void) const { return ((spec == NULL) || (spec == NULL_spec)); }
440 // Is this options incorrectly specified?
441 int isSyntaxError(const char *name) const;
442

Callers 2

parse_optMethod · 0.80
parse_longoptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected