()
| 249 | } |
| 250 | |
| 251 | export function decreaseElementDepthCount() { |
| 252 | instructionState.lFrame.elementDepthCount--; |
| 253 | } |
| 254 | |
| 255 | export function getBindingsEnabled(): boolean { |
| 256 | return instructionState.bindingsEnabled; |
no outgoing calls
no test coverage detected
searching dependent graphs…