checksum MethodOptional
The optional cryptographic hash (any algorithm) of the source entity's content. If defined, it must be guaranteed to change when the source entity's content changes. If defined, this function should cache its return value the first time that it is called, because it may be called multiple times.
checksum(): undefined | string
Returns - undefined | string
Defined in
- Synchronizer.ts Line 111
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.