Skip to content

Change logString parameter to const reference#89

Closed
deepstahl77 wants to merge 1 commit into
techniccontroller:mainfrom
deepstahl77:patch-3
Closed

Change logString parameter to const reference#89
deepstahl77 wants to merge 1 commit into
techniccontroller:mainfrom
deepstahl77:patch-3

Conversation

@deepstahl77

Copy link
Copy Markdown
Contributor

Pure signature widening

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR intends to widen the UDPLogger::logString signature to avoid unnecessary String copies by switching the parameter to a const reference.

Changes:

  • Updates UDPLogger::logString declaration in udplogger.h to take a const String parameter (currently by value).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread udplogger.h
@techniccontroller

Copy link
Copy Markdown
Owner

integrated into PR #88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants