()
| 241 | } |
| 242 | |
| 243 | export function getElementDepthCount() { |
| 244 | return instructionState.lFrame.elementDepthCount; |
| 245 | } |
| 246 | |
| 247 | export function increaseElementDepthCount() { |
| 248 | instructionState.lFrame.elementDepthCount++; |
no outgoing calls
no test coverage detected
searching dependent graphs…