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 530dedb commit 6674960Copy full SHA for 6674960
src/AppInstallerCommonCore/PackageVersionDataManifest.cpp
@@ -9,6 +9,7 @@ using namespace std::string_view_literals;
9
10
namespace AppInstaller::Manifest
11
{
12
+ // These shortened names save some bytes since humans are neither authoring them nor reading them (except to debug).
13
static constexpr std::string_view s_FieldName_SchemaVersion = "sV"sv;
14
static constexpr std::string_view s_FieldName_VersionData = "vD"sv;
15
static constexpr std::string_view s_FieldName_Version = "v"sv;
0 commit comments