MCPcopy
hub / github.com/opentrace/opentrace / tmpCsvPath

Method tmpCsvPath

ui/src/store/ladybugStore.ts:543–545  ·  view source on GitHub ↗

A unique temp path for a CSV about to be COPY'd in.

(label: string)

Source from the content-addressed store, hash-verified

541
542 /** A unique temp path for a CSV about to be COPY'd in. */
543 private tmpCsvPath(label: string): string {
544 return `/${label}_${++this.copySeq}.csv`;
545 }
546
547 /** Monotonic counter bumped by clearGraph(). Each queued task captures the
548 * current value at enqueue; when it runs, a mismatch means clearGraph fired

Callers 3

importDatabaseMethod · 0.95
importVectorsMethod · 0.95
flushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected