Functions

In addition to Starlarks built in functions, Scope Checker defines a number of functions needed for building scope evaluation scripts.

param(name)

Returns a named parameter from the Candidate URL as a String.

abort()

End script evaluation and return the current Status set by either an explicit call to setStatus().

getStatus()

Returns the currently set Status value.

setStatus(status)

Set the Status value to be returned by the script when evaluation ends.

debug(boolean)

Turn on/of debugging.