Interested in improving this site? Please check the To Do page.

Back to Frontier Verbs

Frontier.getHashLoopCount

This verb was previously undocumented and may be extremely dangerous to use. It provides some information about the hash table and may reset an internal Frontier kernel value.

Syntax

Frontier.getHashLoopCount ()

Params

none

Returns

A numeric value that may represent the number of loops in the hash. It also resets an internal kernel value called fullpathloopcount.

Examples

Frontier.getHashLoopCount()
>> 56295
Frontier.getHashLoopCount()
>> 0

Notes

This is code that mucks with the kernel memory. Use with care. This verb is not normally available in the Frontier root. It requires a new verb be created at system.verbs.builtins.Frontier.getHashLoopCount. The contents of the script should be:

on getHashLoopCount() 
	kernel (Frontier.getHashLoopCount)

Personal Tools