Get the bundle checksum. :return: the bundle checksum.
()
| 134 | |
| 135 | |
| 136 | def get_bundle_checksum() -> str: |
| 137 | """ |
| 138 | Get the bundle checksum. |
| 139 | :return: the bundle checksum. |
| 140 | """ |
| 141 | return __bundle_checksum |
no outgoing calls
no test coverage detected