()
| 13 | * Do not set this directly, it is a context variable managed by `setBoundPathDepthForResolution`. |
| 14 | */ |
| 15 | export function getBoundPathDepth() { |
| 16 | return boundPathDepth; |
| 17 | } |
| 18 | |
| 19 | /** |
| 20 | * Sets the bound path depth for the duration of the given logic function. |
no outgoing calls
no test coverage detected
searching dependent graphs…