We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Must include:
Topics to cover:
Create
UseExisting
CreateIfNotExists
CloneOnly
deferred
clone_limit
The text was updated successfully, but these errors were encountered:
Broken out into #488, #489, and #490 [EDIT: and #508 and #510].
Sorry, something went wrong.
Closing now that it's broken into story-sized chunks.
No branches or pull requests
Must include:
Topics to cover:
Create
-- always create a new cellUseExisting
-- requires existing cell under same key derivation tree (not implemented?)CreateIfNotExists
-- tryUseExisting
followed byCreate
(not implemented?)CloneOnly
-- defer instantiation until first clone. How is this different fromCreate
withdeferred
and no effective instantiation?deferred
-- don't create one until asked (not implemented? how do you ask?)clone_limit
-- how many clones can be created?The text was updated successfully, but these errors were encountered: