Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@tooling@developer_productivity_RefactorWorkflow.hrl
Raw

include/lightspeed@tooling@developer_productivity_RefactorWorkflow.hrl

-record(refactor_workflow, {
name :: binary(),
baseline_patch_lines :: integer(),
polished_patch_lines :: integer(),
required_gates :: list(binary()),
deterministic :: boolean()
}).