MCPcopy Index your code
hub / github.com/nodejs/node / get_source_checksum

Method get_source_checksum

deps/v8/third_party/jinja2/bccache.py:161–163  ·  view source on GitHub ↗

Returns a checksum for the source.

(self, source: str)

Source from the content-addressed store, hash-verified

159 return hash.hexdigest()
160
161 def get_source_checksum(self, source: str) -> str:
162 """Returns a checksum for the source."""
163 return sha1(source.encode("utf-8")).hexdigest()
164
165 def get_bucket(
166 self,

Callers 1

get_bucketMethod · 0.95

Calls 1

encodeMethod · 0.80

Tested by

no test coverage detected