MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / hashSha256base64

Function hashSha256base64

packages/ember/index.js:9–11  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

7}
8
9function hashSha256base64(string) {
10 return crypto.createHash('sha256').update(string).digest('base64');
11}
12
13const initialLoadHeadSnippet = readSnippet('initial-load-head.js');
14const initialLoadBodySnippet = readSnippet('initial-load-body.js');

Callers 1

index.jsFile · 0.85

Calls 2

digestMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected