enum

Mrcv::Core::ExecutionMode

Inherits Enum < Comparable < Value < Object

Defines the compiler execution depth strategy.

Constants

Fast = 0
Deep = 1

Instance methods

command_flag

Returns the CLI flag associated with this execution mode.

Source
deep?

Returns true if this enum value equals Deep

Source
default_depth_score(target : ProjectTarget) : Int32

Calculates the base Verification Depth score (0-50 pts) according to target classification.

Source
description

Returns human-readable explanation of the execution mode.

Source
fast?

Returns true if this enum value equals Fast

Source
to_s(io : IO) : Nil

Appends a String representation of this enum member to the given io.

See also: to_s.

Source