MCPcopy Create free account
hub / github.com/coder/envbuilder / Features

Method Features

internal/workingdir/workingdir.go:81–83  ·  view source on GitHub ↗

Features is a directory that contains feature files.

()

Source from the content-addressed store, hash-verified

79
80// Features is a directory that contains feature files.
81func (m WorkingDir) Features() string {
82 return m.Join("features")
83}

Callers 1

runFunction · 0.80

Calls 1

JoinMethod · 0.95

Tested by

no test coverage detected