Current section
Files
Jump to
Current section
Files
include/dream_test@gherkin@steps_StepContext.hrl
-record(step_context, {
captures :: list(dream_test@gherkin@step_trie:captured_value()),
table :: gleam@option:option(list(list(binary()))),
doc_string :: gleam@option:option(binary()),
world :: dream_test@gherkin@world:world()
}).