Options
All
  • Public
  • Public/Protected
  • All
Menu

Debugger file and hashing configuration.

Hierarchy

  • IConfig

Index

Methods

getCodeId

  • getCodeId(code: string, kernel: string): string
  • Returns an id based on the given code.

    Parameters

    • code: string

      The source code.

    • kernel: string

      The kernel name from current session.

    Returns string

getTmpFileParams

  • Gets the parameters used for the temp files (e.e. cells) for a kernel.

    Parameters

    • kernel: string

      The kernel name from current session.

    Returns FileParams

setHashParams

  • Sets the hash parameters for a kernel.

    Parameters

    • params: HashParams

      Hashing parameters for a kernel.

    Returns void

setTmpFileParams

  • Sets the parameters used for the temp files (e.g. cells) for a kernel.

    Parameters

    • params: FileParams

      Temporary file prefix and suffix for a kernel.

    Returns void

Generated using TypeDoc