MCPcopy Index your code
hub / github.com/coder/coder / ModulesFilePath

Method ModulesFilePath

provisionersdk/tfpath/tfpath.go:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71func (l Layout) ModulesFilePath() string {
72 return filepath.Join(l.ModulesDirectory(), "modules.json")
73}
74
75// ExtractArchive extracts the provided template source archive and modules archive into the working directory.
76// `modulesArchive` is optional and can be nil or empty.

Callers 1

getModulesFunction · 0.80

Calls 1

ModulesDirectoryMethod · 0.95

Tested by

no test coverage detected