Module: crdt/ORRegister

This module implements the CRDT ORRegister algorithm.

Source:

Classes

ORRegister

Methods

(inner) isORRegisterMetadataFastCheck(data) → {boolean}

Parameters:
Name Type Description
data unknown

The data to check for compatibility.

Function that verifies that the metadata has the correct format by checking just the array types.

Source:
Returns:

Type: boolean

(inner) isORRegisterMetadata(data) → {boolean}

Parameters:
Name Type Description
data unknown

The data to check for compatibility.

Function that verifies that the metadata has the correct format by checking the array types and each array element type.

Source:
Returns:

Type: boolean