MCPcopy Create free account
hub / github.com/encodeous/nylon / GetTrace

Method GetTrace

protocol/nylon_ipc.pb.go:1601–1608  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1599}
1600
1601func (x *IpcRequest) GetTrace() *TraceRequest {
1602 if x != nil {
1603 if x, ok := x.Request.(*IpcRequest_Trace); ok {
1604 return x.Trace
1605 }
1606 }
1607 return nil
1608}
1609
1610type isIpcRequest_Request interface {
1611 isIpcRequest_Request()

Callers 1

trace.goFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected