LogoRobo.js
Framework

hasSchemaChanged()

Function: hasSchemaChanged()

function hasSchemaChanged(storedChecksum, currentChecksum): boolean

Check if a schema has any changes from stored metadata.

Quick check without full analysis.

Parameters

ParameterTypeDescription
storedChecksumstringPreviously stored checksum
currentChecksumstringCurrent schema checksum

Returns

boolean

True if checksums differ

On this page