Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CRC<T>

Type parameters

  • T: Constructable

Hierarchy

  • CRC

Index

Methods

Methods

  • crc(instance: InstanceType<T>, needUpdate?: boolean): number
  • calculate a checksum and possibly update the corresponding field if any

    Parameters

    • instance: InstanceType<T>
    • Optional needUpdate: boolean

    Returns number

Generated using TypeDoc