(ipProtocol boship.IPProtocol)
| 1689 | } |
| 1690 | |
| 1691 | func (p linux) GetDefaultNetwork(ipProtocol boship.IPProtocol) (boshsettings.Network, error) { |
| 1692 | return p.defaultNetworkResolver.GetDefaultNetwork(ipProtocol) |
| 1693 | } |
| 1694 | |
| 1695 | func (p linux) calculateEphemeralDiskPartitionSizes(diskSizeInBytes uint64, desiredSwapSizeInBytes *uint64) (uint64, uint64, error) { |
| 1696 | memStats, err := p.collector.GetMemStats() |
nothing calls this directly
no test coverage detected