MCPcopy Create free account
hub / github.com/Tencent/MMKV / content_change_handler

Function content_change_handler

Python/demo.py:327–328  ·  view source on GitHub ↗
(mmap_id)

Source from the content-addressed store, hash-verified

325
326
327def content_change_handler(mmap_id):
328 print("[%s]'s content has been changed by other process" % mmap_id)
329
330
331if __name__ == '__main__':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected