Quote:
Originally Posted by kovidgoyal
Use clone_container() to create clones. But remember that if you use clone_container, you must always use raw_data() and container.open()
|
Yes, clone_container() is what I used.
Looking at the very few places where I actually access the clone contents, it is all read-only and I think using clone_dir() would be sufficient for my needs. That should remove all risk of unintended consequences.
ETA: ... or maybe not. Back to plan A of using the clone_container totally read-only. At least that was working when I left it last night.