| 584 | |
| 585 | |
| 586 | MemoryProfiler::DiskArtifact::DiskArtifact( |
| 587 | const std::string& path, |
| 588 | time_t id) |
| 589 | : path(path), |
| 590 | id(id) |
| 591 | {} |
| 592 | |
| 593 | |
| 594 | const time_t MemoryProfiler::DiskArtifact::getId() const |
nothing calls this directly
no outgoing calls
no test coverage detected