Sha1
@aurorajs.dev/catalyst-cli / generator/engine/lock-file / sha1
Function: sha1()
Section titled “Function: sha1()”sha1(
content):string
Defined in: generator/engine/lock-file.ts:23
Compute the SHA-1 hash of a string as a lowercase hex digest.
Used as the integrity primitive for the lockfile. Not cryptographically strong — the purpose is change detection, not security.
Parameters
Section titled “Parameters”content
Section titled “content”string
Returns
Section titled “Returns”string