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)
Tue, Mar 11, 7:37 PM
Unknown Object (File)
Sat, Mar 8, 5:10 PM
Unknown Object (File)
Sat, Mar 8, 5:10 PM
Unknown Object (File)
Jan 30 2025, 2:55 PM
Unknown Object (File)
Jan 18 2025, 4:22 AM
Unknown Object (File)
Jan 17 2025, 9:59 AM
Unknown Object (File)
Jan 15 2025, 9:51 AM
Unknown Object (File)
Jan 11 2025, 8:42 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