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

Method logger

nix/nix.go:109–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109func (n *Nix) logger() *slog.Logger {
110 if n.Logger == nil {
111 return slog.Default()
112 }
113 return n.Logger
114}
115
116// System returns the system from [Nix.Info] or an empty string if there was an
117// error.

Callers 1

CommandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected