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

Method newModState

cmd/dagger/shell_state.go:488–492  ·  view source on GitHub ↗
(dig string)

Source from the content-addressed store, hash-verified

486}
487
488func (h *shellCallHandler) newModState(dig string) ShellState {
489 return ShellState{
490 ModDigest: dig,
491 }
492}
493
494func (h *shellCallHandler) NewState() ShellState {
495 return ShellState{}

Callers 2

StateLookupMethod · 0.95
GetDependencyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected