MCPcopy Create free account
hub / github.com/buggregator/server / sourceName

Method sourceName

modules/sentry/sourcemap.go:210–215  ·  view source on GitHub ↗

sourceName returns a display name for a resolved source index.

(srcIndex int)

Source from the content-addressed store, hash-verified

208
209// sourceName returns a display name for a resolved source index.
210func (sm *sourceMap) sourceName(srcIndex int) string {
211 if srcIndex < 0 || srcIndex >= len(sm.Sources) {
212 return ""
213 }
214 return sm.Sources[srcIndex]
215}

Callers 1

enrichFrameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected