(nodeID int, lpID int, cacheIndex int)
| 117 | } |
| 118 | |
| 119 | func (p *Paths) NodeCPUCacheIndex(nodeID int, lpID int, cacheIndex int) string { |
| 120 | return filepath.Join( |
| 121 | p.NodeCPUCache(nodeID, lpID), |
| 122 | fmt.Sprintf("index%d", cacheIndex), |
| 123 | ) |
| 124 | } |
no test coverage detected