MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / get_bundle_checksum

Function get_bundle_checksum

plugin/app/cache/bundle.py:136–141  ·  view source on GitHub ↗

Get the bundle checksum. :return: the bundle checksum.

()

Source from the content-addressed store, hash-verified

134
135
136def get_bundle_checksum() -> str:
137 """
138 Get the bundle checksum.
139 :return: the bundle checksum.
140 """
141 return __bundle_checksum

Callers 1

api_get_cache_checksumsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected