Am I missing something or is there no way to check if a given object is registered for a given KVO keypath?
NSManagedObject defines the observationInfo method, but the returned object structure seems to be private - of little use unless you simply want to log it to the console.