()
| 245 | } |
| 246 | |
| 247 | export function increaseElementDepthCount() { |
| 248 | instructionState.lFrame.elementDepthCount++; |
| 249 | } |
| 250 | |
| 251 | export function decreaseElementDepthCount() { |
| 252 | instructionState.lFrame.elementDepthCount--; |
no outgoing calls
no test coverage detected
searching dependent graphs…