We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed432d commit 63e5f29Copy full SHA for 63e5f29
lib/src/source/hosted.dart
@@ -11,6 +11,7 @@ import 'dart:typed_data';
11
import 'package:collection/collection.dart'
12
show maxBy, IterableNullableExtension;
13
import 'package:http/http.dart' as http;
14
+import 'package:meta/meta.dart';
15
import 'package:path/path.dart' as p;
16
import 'package:pub_semver/pub_semver.dart';
17
import 'package:stack_trace/stack_trace.dart';
@@ -1130,6 +1131,7 @@ class _RefAndCache {
1130
1131
bool operator ==(Object other) => other is _RefAndCache && other.ref == ref;
1132
}
1133
1134
+@visibleForTesting
1135
const checksumHeaderName = 'x-goog-hash';
1136
1137
/// Adds a checksum validation "tap" to the response stream and returns a
0 commit comments