wire_entry_t Derived Type

type, public :: wire_entry_t

A (key, value) pair produced by =decode_load_config_inline=. The dispatch arm walks the array and calls =solver_session_set_*= per entry — transactional only at the codec level (validation runs before any =session % cfg= mutation; if it fails, the array is never returned).


Components

Type Visibility Attributes Name Initial
character(len=128), public :: key = ''
type(wire_value_t), public :: value