ghostty_snapshot_decoder_decode function

GhosttyResult ghostty_snapshot_decoder_decode(
  1. GhosttySnapshotDecoder decoder,
  2. Pointer<GhosttyTerminal> terminal
)

Implementation

GhosttyResult ghostty_snapshot_decoder_decode(
  GhosttySnapshotDecoder decoder,
  ffi.Pointer<GhosttyTerminal> terminal,
) => GhosttyResult.fromValue(
  _ghostty_snapshot_decoder_decode(decoder, terminal),
);