MCPcopy Index your code
hub / github.com/jetify-com/devbox / shellEnvHashKey

Method shellEnvHashKey

internal/devbox/devbox.go:413–416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411}
412
413func (d *Devbox) shellEnvHashKey() string {
414 // Don't make this a const so we don't use it by itself accidentally
415 return "__DEVBOX_SHELLENV_HASH_" + d.ProjectDirHash()
416}
417
418func (d *Devbox) Info(ctx context.Context, pkg string, markdown bool) (string, error) {
419 ctx, task := trace.NewTask(ctx, "devboxInfo")

Callers 1

addHashToEnvMethod · 0.95

Calls 1

ProjectDirHashMethod · 0.95

Tested by

no test coverage detected