File: stacktrace.go

package info (click to toggle)
runc 1.0.3%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,836 kB
  • sloc: sh: 1,571; ansic: 1,236; makefile: 136
file content (5 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (12)
1
2
3
4
5
package stacktrace

type Stacktrace struct {
	Frames []Frame
}