Commit 6ec0081
committed
Fix: Use StorageReference::is_valid() in assertions
Changed FIREBASE_ASSERT_RETURN to use is_valid() instead of
internal_->is_valid() in StorageReference::ListAll() and
StorageReference::List() methods.
This corrects the compilation error where 'is_valid' was not a member
of the internal PIMPL class. The assertion now correctly checks the
validity of the public StorageReference object before proceeding.1 parent fe5f663 commit 6ec0081
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
0 commit comments