MCPcopy Index your code
hub / github.com/maruel/panicparse / updateLocations

Method updateLocations

stack/stack.go:774–778  ·  view source on GitHub ↗

updateLocations calls updateLocations on both CreatedBy and Stack and returns true if they were both resolved.

(goroot, localgoroot string, localgomods, gopaths map[string]string)

Source from the content-addressed store, hash-verified

772// updateLocations calls updateLocations on both CreatedBy and Stack and
773// returns true if they were both resolved.
774func (s *Signature) updateLocations(goroot, localgoroot string, localgomods, gopaths map[string]string) bool {
775 r := s.CreatedBy.updateLocations(goroot, localgoroot, localgomods, gopaths)
776 r = s.Stack.updateLocations(goroot, localgoroot, localgomods, gopaths) && r
777 return r
778}
779
780// Goroutine represents the state of one goroutine, including the stack trace.
781type Goroutine struct {

Callers

nothing calls this directly

Calls 1

updateLocationsMethod · 0.45

Tested by

no test coverage detected