table.validate

Syntax table.validate (addrTable)

Params addrTable is the address of a table

Action Performs an internal consistency check of the table

Returns True if the tabe is self-consistent

Examples table.validate (@root)

   » true

Notes This is an ultra-advanced routine mainly meant for debugging Frontier itself. If an error occurs (other than running out of memory) or if the verb returns false, the database has been corrupted and / or there is a bug in Frontier. (!)

See Also window.dbStats

Discuss