MCPcopy Create free account
hub / github.com/elastic/devfiler / IngestTask

Class IngestTask

src/symbolizer/mod.rs:319–323  ·  view source on GitHub ↗

Extract and ingest executable symbols in a background thread.

Source from the content-addressed store, hash-verified

317
318/// Extract and ingest executable symbols in a background thread.
319pub struct IngestTask {
320 task: JoinHandle<Result<()>>,
321 ranges_extracted: Arc<AtomicUsize>,
322 ranges_ingested: Arc<AtomicUsize>,
323}
324
325impl IngestTask {
326 pub fn spawn(path: PathBuf) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected