MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / sha256Hex

Function sha256Hex

packages/bumpy/src/commands/ci.ts:1608–1610  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

1606}
1607
1608function sha256Hex(input: string): string {
1609 return createHash('sha256').update(input).digest('hex');
1610}
1611
1612// GitHub rejects pull request bodies longer than this many characters
1613// (GraphQL: "Body is too long (maximum is 65536 characters)"). We leave a

Callers 4

formatReleasePlanCommentFunction · 0.85
buildDiffLinksFunction · 0.85
renderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…