getMaxRecursionDepth: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|name=getMaxRecusionDepth | |name=getMaxRecusionDepth | ||
|version=1.4.0 | |version=1.4.0 | ||
|description | |description= | ||
Returns the max amount of recursive calls that are allowed. However The recursion depth of the parser is not quite straight forward, there are actually two different recursion depths that track two different types of recursive calls, you can have up to 150 of each, the getRecursionDepth() will return the greater of the two levels. | Returns the max amount of recursive calls that are allowed. However The recursion depth of the parser is not quite straight forward, there are actually two different recursion depths that track two different types of recursive calls, you can have up to 150 of each, the getRecursionDepth() will return the greater of the two levels. | ||
Revision as of 08:05, 20 July 2016
getMaxRecusionDepth() Function
• Introduced in version 1.4.0
Returns the max amount of recursive calls that are allowed. However The recursion depth of the parser is not quite straight forward, there are actually two different recursion depths that track two different types of recursive calls, you can have up to 150 of each, the getRecursionDepth() will return the greater of the two levels.
Usage
getMaxRecusionDepth()
Example
[r: getMaxRecusionDepth()]