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

Function asAnySlice

modules/sentry/source_context.go:117–120  ·  view source on GitHub ↗
(v any)

Source from the content-addressed store, hash-verified

115}
116
117func asAnySlice(v any) []any {
118 s, _ := v.([]any)
119 return s
120}
121
122// fetchedSource is a transformed file plus its parsed source map (if any),
123// cached per event so multiple frames from the same file fetch once.

Callers 2

enrichSourceContextFunction · 0.85
enrichStacktraceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected