func runtime.CallersFrames
9 uses
	runtime (current package)
		extern.go#L277: 	frame, _ := CallersFrames(rpc).Next()
		symtab.go#L76: func CallersFrames(callers []uintptr) *Frames {
		trace.go#L1276: 	ci := CallersFrames(pcs)
	github.com/go-faster/errors
		frame.go#L32: 	frames := runtime.CallersFrames(f.frames[:])
	go.uber.org/zap/internal/stacktrace
		stack.go#L107: 	stack.frames = runtime.CallersFrames(stack.pcs)
	internal/bisect
		bisect.go#L512: 	frames := runtime.CallersFrames(stk)
	log
		log.go#L225: 			fs := runtime.CallersFrames([]uintptr{pc})
	net/http
		server.go#L1130: 	frames := runtime.CallersFrames(pc[:n])
	reflect
		value.go#L189: 	frames := runtime.CallersFrames(pc[:n])
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |