MCPcopy Index your code
hub / github.com/dagger/dagger / gitSourceContext

Struct gitSourceContext

cmd/dagger/shell_fs.go:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182type gitSourceContext struct {
183 Root string
184 Path string
185 Version string
186 Pin string
187}
188
189func (src gitSourceContext) ModRef(subpath string) string {
190 if subpath == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected