Options
All
  • Public
  • Public/Protected
  • All
Menu

Debugger file and hashing configuration.

Index

Type aliases

Type aliases

FileParams

FileParams: { kernel: string; prefix: string; suffix: string }

Temporary file prefix and suffix for a kernel.

Type declaration

  • kernel: string

    The kernel name.

  • prefix: string

    Prefix added to temporary files created by the kernel per cell.

  • suffix: string

    Suffix added temporary files created by the kernel per cell.

HashParams

HashParams: { kernel: string; method: string; seed?: any }

Hashing parameters for a kernel.

Type declaration

  • kernel: string

    The kernel name.

  • method: string

    The hashing method.

  • Optional seed?: any

    An optional hashing seed provided by the kernel.

Generated using TypeDoc