MCPcopy Create free account
hub / github.com/MarlinFirmware/Marlin / has_string

Method has_string

Marlin/src/gcode/parser.h:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 #endif
99
100 FORCE_INLINE static bool has_string() { return string_arg && string_arg[0]; }
101
102 #if ENABLED(DEBUG_GCODE_PARSER)
103 static void debug();

Callers 4

TMethod · 0.80
M117Method · 0.80
M75Method · 0.80
M550Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected