MCPcopy Create free account
hub / github.com/WheretIB/nullc / DebugBreakP

Class DebugBreakP

Colorer.cpp:354–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 }
353
354 class DebugBreakP: public BaseP
355 {
356 public:
357 DebugBreakP(){ }
358 virtual ~DebugBreakP(){ }
359 virtual bool Parse(char** str, SpaceRule space)
360 {
361 (void)str; (void)space;
362 return true;
363 }
364 protected:
365 };
366 Rule breakP(){ return Rule(new DebugBreakP()); }
367
368 class Grammar

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected