MCPcopy Create free account
hub / github.com/3rdparty/libprocess / DiskArtifact

Method DiskArtifact

src/memory_profiler.cpp:586–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584
585
586MemoryProfiler::DiskArtifact::DiskArtifact(
587 const std::string& path,
588 time_t id)
589 : path(path),
590 id(id)
591{}
592
593
594const time_t MemoryProfiler::DiskArtifact::getId() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected