(mmap_id, error_type)
| 320 | |
| 321 | |
| 322 | def error_handler(mmap_id, error_type): |
| 323 | print('[{}] has error {}'.format(mmap_id, error_type)) |
| 324 | return mmkv.MMKVErrorType.OnErrorRecover |
| 325 | |
| 326 | |
| 327 | def content_change_handler(mmap_id): |
nothing calls this directly
no outgoing calls
no test coverage detected