Page MenuHomePhabricator

[web] Extract a function that creates web messages
ClosedPublic

Authored by tomek on Aug 22 2024, 9:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 15, 5:12 PM
Unknown Object (File)
Fri, Nov 8, 10:37 PM
Unknown Object (File)
Fri, Nov 8, 1:44 PM
Unknown Object (File)
Tue, Oct 22, 8:33 AM
Unknown Object (File)
Oct 1 2024, 3:48 AM
Unknown Object (File)
Oct 1 2024, 1:23 AM
Unknown Object (File)
Sep 29 2024, 3:35 PM
Unknown Object (File)
Sep 29 2024, 1:31 PM
Subscribers

Details

Summary

This logic was repeated, and I need to use it in the next diff.

Depends on D13137

Test Plan

Tests.

Diff Detail

Repository
rCOMM Comm
Branch
messages-pruning
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

tomek requested review of this revision.Aug 22 2024, 9:54 AM
kamil added inline comments.
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.h
207–208 ↗(On Diff #43621)

I would move this to line 45 to make this private

This revision is now accepted and ready to land.Aug 26 2024, 2:14 AM
tomek marked an inline comment as done.

Make the method private

Remove the method from DatabaseQueryExecutor