Current section

Files

Jump to
chrobot include chrobot@protocol@debugger_GetScriptSourceResponse.hrl
Raw

include/chrobot@protocol@debugger_GetScriptSourceResponse.hrl

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