MCPcopy
hub / github.com/direnv/direnv / Path

Method Path

internal/cmd/rc.go:192–194  ·  view source on GitHub ↗

Path returns the path to the RC file

()

Source from the content-addressed store, hash-verified

190
191// Path returns the path to the RC file
192func (rc *RC) Path() string {
193 return rc.path
194}
195
196// Touch updates the mtime of the RC file. This is mainly used to trigger a
197// reload in direnv.

Callers 1

LoadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected