Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::WorkerProtoTest Struct Reference
Inheritance diagram for nix::WorkerProtoTest:
nix::VersionedProtoTest< WorkerProto, workerProtoDir > nix::ProtoTest< WorkerProto, protocolDir > nix::CharacterizationTest nix::LibStoreTest

Public Attributes

WorkerProto::Version defaultVersion = 1 << 8 | 10
 

Additional Inherited Members

- Public Member Functions inherited from nix::VersionedProtoTest< WorkerProto, workerProtoDir >
void readProtoTest (PathView testStem, typename WorkerProto::Version version, T expected)
 
void writeProtoTest (PathView testStem, typename WorkerProto::Version version, const T &decoded)
 
- Public Member Functions inherited from nix::CharacterizationTest
void readTest (PathView testStem, auto &&test)
 
void writeTest (PathView testStem, auto &&test, auto &&readFile2, auto &&writeFile2)
 
void writeTest (PathView testStem, auto &&test)
 
- Static Public Member Functions inherited from nix::LibStoreTest
static void SetUpTestSuite ()
 
- Protected Attributes inherited from nix::LibStoreTest
ref< Storestore
 

Member Data Documentation

◆ defaultVersion

WorkerProto::Version nix::WorkerProtoTest::defaultVersion = 1 << 8 | 10

For serializers that don't care about the minimum version, we used the oldest one: 1.10.


The documentation for this struct was generated from the following file: