The best I've come up with is "assure", "insure", and especially "constraint". "Force" is a good one too. I settled with . . .
checkAndResave(_:completionHandler:)
I was looking for a really accurate word to name a function that checks to see if a certain datum has been saved in a data store, then if it hasn't then I save it. So the word I'm looking for needs to reflect that I make sure it's there. Maybe "verify", but that still doesn't convey that I save the data if it's not there, just to check to be sure that it is there with the expectation that it is there. I take the presumption that I don't know whether it's there or not.
That's fine. I'll settle with "checkAndResave".
Thank you everyone.
Maybe a word will pop up in the middle of the night while I'm half asleep.