| 24 | PCGEX_INITIALIZE_ELEMENT(ShiftPath) |
| 25 | |
| 26 | bool FPCGExShiftPathElement::Boot(FPCGExContext* InContext) const |
| 27 | { |
| 28 | if (!FPCGExPathProcessorElement::Boot(InContext)) { return false; } |
| 29 | |
| 30 | PCGEX_CONTEXT_AND_SETTINGS(ShiftPath) |
| 31 | return true; |
| 32 | } |
| 33 | |
| 34 | |
| 35 | bool FPCGExShiftPathElement::ExecuteInternal(FPCGContext* InContext) const |
nothing calls this directly
no outgoing calls
no test coverage detected