MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / main

Function main

Test/astc_test_image_dl.py:160–168  ·  view source on GitHub ↗

The main function. Return: The process return code.

()

Source from the content-addressed store, hash-verified

158
159
160def main() -> int:
161 '''
162 The main function.
163
164 Return:
165 The process return code.
166 '''
167 retrieve_kodak_set()
168 return 0
169
170
171if __name__ == '__main__':

Callers 1

Calls 1

retrieve_kodak_setFunction · 0.85

Tested by

no test coverage detected