MCPcopy Index your code
hub / github.com/subtrace/subtrace / LogValue

Method LogValue

cmd/run/engine/process/process.go:102–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100}
101
102func (p *Process) LogValue() slog.Value {
103 select {
104 case <-p.Exited:
105 return slog.GroupValue(slog.Int("pid", p.PID), slog.Bool("exited", true))
106 default:
107 return slog.GroupValue(slog.Int("pid", p.PID), slog.Bool("exited", false))
108 }
109}
110
111// installSocket installs a socket into the process's file descriptor table and
112// completes the seccomp notification.

Callers 1

ImportInodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected