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

Method ReadmeFilePath

provisionersdk/tfpath/tfpath.go:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (l Layout) ReadmeFilePath() string {
60 return filepath.Join(l.WorkDirectory(), ReadmeFile)
61}
62
63func (l Layout) TerraformMetadataDir() string {
64 return filepath.Join(l.WorkDirectory(), ".terraform")

Callers 1

handleRequestsMethod · 0.80

Calls 1

WorkDirectoryMethod · 0.95

Tested by

no test coverage detected