MCPcopy Create free account
hub / github.com/XTXMarkets/ternfs / ResolveFilePaths

Method ResolveFilePaths

go/terncli/filesamples/filesamples.go:25–25  ·  view source on GitHub ↗

Given an input of `sample-files` output, resolves the full path for every sample, and writes enriched samples to output.

(input io.Reader, output io.Writer)

Source from the content-addressed store, hash-verified

23 // Given an input of `sample-files` output, resolves the full path for every sample,
24 // and writes enriched samples to output.
25 ResolveFilePaths(input io.Reader, output io.Writer)
26}
27
28// Returns a thread-safe PathResolver that can be used concurrently in multiple goroutines.

Callers 1

mainFunction · 0.95

Implementers 1

resolvergo/terncli/filesamples/filesamples.go

Calls

no outgoing calls

Tested by

no test coverage detected