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

Function get_plugin_checksum

plugin/app/cache/plugin.py:117–122  ·  view source on GitHub ↗

Get the plugin checksum. :return: the plugin checksum.

()

Source from the content-addressed store, hash-verified

115
116
117def get_plugin_checksum() -> str:
118 """
119 Get the plugin checksum.
120 :return: the plugin checksum.
121 """
122 return __plugin_schema_checksum

Callers 1

api_get_cache_checksumsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected