Current section

Files

Jump to
chrobot include protocol@debugger_GetScriptSourceResponse.hrl
Raw

include/protocol@debugger_GetScriptSourceResponse.hrl

-record(get_script_source_response, {
script_source :: binary(),
bytecode :: gleam@option:option(binary())
}).