MCPcopy
hub / github.com/docker/compose / JoinPaths

Method JoinPaths

pkg/watch/temp_dir_fixture.go:94–100  ·  view source on GitHub ↗
(paths []string)

Source from the content-addressed store, hash-verified

92}
93
94func (f *TempDirFixture) JoinPaths(paths []string) []string {
95 joined := make([]string, len(paths))
96 for i, p := range paths {
97 joined[i] = f.JoinPath(p)
98 }
99 return joined
100}
101
102// Returns the full path to the file written.
103func (f *TempDirFixture) WriteFile(path string, contents string) string {

Callers

nothing calls this directly

Calls 1

JoinPathMethod · 0.95

Tested by

no test coverage detected