Get the plugin checksum. :return: the plugin checksum.
()
| 115 | |
| 116 | |
| 117 | def get_plugin_checksum() -> str: |
| 118 | """ |
| 119 | Get the plugin checksum. |
| 120 | :return: the plugin checksum. |
| 121 | """ |
| 122 | return __plugin_schema_checksum |
no outgoing calls
no test coverage detected