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)
Wed, Sep 25, 3:44 PM
Unknown Object (File)
Wed, Sep 25, 3:44 PM
Unknown Object (File)
Mon, Sep 16, 12:53 AM
Unknown Object (File)
Thu, Sep 12, 2:12 AM
Unknown Object (File)
Thu, Sep 12, 12:28 AM
Unknown Object (File)
Wed, Sep 11, 9:31 PM
Unknown Object (File)
Tue, Sep 10, 11:35 AM
Unknown Object (File)
Mon, Sep 9, 12:47 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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