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

Function NewStateStore

cmd/dagger/shell_state.go:74–79  ·  view source on GitHub ↗
(runner *interp.Runner)

Source from the content-addressed store, hash-verified

72}
73
74func NewStateStore(runner *interp.Runner) *ShellStateStore {
75 return &ShellStateStore{
76 data: make(map[string]ShellState),
77 runner: runner,
78 }
79}
80
81// Store saves a state instance and returns its key.
82//

Callers 1

InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected