Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::LegacySSHStore::Connection Struct Reference
Inheritance diagram for nix::LegacySSHStore::Connection:
nix::ServeProto::BasicClientConnection

Public Attributes

std::unique_ptr< SSHMaster::ConnectionsshConn
 
bool good = true
 
- Public Attributes inherited from nix::ServeProto::BasicClientConnection
FdSink to
 
FdSource from
 
ServeProto::Version remoteVersion
 

Additional Inherited Members

- Public Member Functions inherited from nix::ServeProto::BasicClientConnection
 operator ServeProto::ReadConn ()
 
 operator ServeProto::WriteConn ()
 
StorePathSet queryValidPaths (const StoreDirConfig &remoteStore, bool lock, const StorePathSet &paths, SubstituteFlag maybeSubstitute)
 
std::map< StorePath, UnkeyedValidPathInfoqueryPathInfos (const StoreDirConfig &store, const StorePathSet &paths)
 
void putBuildDerivationRequest (const StoreDirConfig &store, const StorePath &drvPath, const BasicDerivation &drv, const ServeProto::BuildOptions &options)
 
BuildResult getBuildDerivationResponse (const StoreDirConfig &store)
 
void narFromPath (const StoreDirConfig &store, const StorePath &path, std::function< void(Source &)> fun)
 
void importPaths (const StoreDirConfig &store, std::function< void(Sink &)> fun)
 
- Static Public Member Functions inherited from nix::ServeProto::BasicClientConnection
static ServeProto::Version handshake (BufferedSink &to, Source &from, ServeProto::Version localVersion, std::string_view host)
 

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