Commits


rsgowman authored and GitHub committed 09eee262c27
Port subset of Mutations (#2257) * Add stubs for missing tests in model/mutation_test.cc * Port SetMutation::ApplyToRemoteDocument() Also involves porting MutationResult. * Port PatchMutation::ApplyToRemoteDocument() * Port DeleteMutation::ApplyToLocalView() * Add MaybeDocumentPtr alias This is to enable porting of the local serializer.