[PR #1434] [MERGED] Use const std::string& where possible #1984

Closed
opened 2026-03-04 02:03:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1434
Author: @gaul
Created: 10/1/2020
Status: Merged
Merged: 10/3/2020
Merged by: @ggtakec

Base: masterHead: const-string


📝 Commits (1)

  • 8d2bd87 Use const std::string& where possible

📊 Changes

6 files changed (+12 additions, -13 deletions)

View changed files

📝 src/cache.h (+1 -1)
📝 src/curl.cpp (+5 -4)
📝 src/curl.h (+4 -4)
📝 src/curl_util.h (+0 -2)
📝 src/string_util.cpp (+1 -1)
📝 src/string_util.h (+1 -1)

📄 Description

This hints to callers on usage.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1434 **Author:** [@gaul](https://github.com/gaul) **Created:** 10/1/2020 **Status:** ✅ Merged **Merged:** 10/3/2020 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `const-string` --- ### 📝 Commits (1) - [`8d2bd87`](https://github.com/s3fs-fuse/s3fs-fuse/commit/8d2bd874d7ae69b4f2306b69c6eedee9598682f3) Use const std::string& where possible ### 📊 Changes **6 files changed** (+12 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/cache.h` (+1 -1) 📝 `src/curl.cpp` (+5 -4) 📝 `src/curl.h` (+4 -4) 📝 `src/curl_util.h` (+0 -2) 📝 `src/string_util.cpp` (+1 -1) 📝 `src/string_util.h` (+1 -1) </details> ### 📄 Description This hints to callers on usage. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1984
No description provided.