func runtime.Caller
7 uses
runtime (current package)
extern.go#L199: func Caller(skip int) (pc uintptr, file string, line int, ok bool) {
golang.org/x/pkgsite/internal/testing/testhelper
testhelper.go#L109: _, filename, _, ok := runtime.Caller(1)
google.golang.org/grpc
server.go#L513: _, file, line, _ := runtime.Caller(1)
internal/reflectlite
value.go#L172: pc, _, _, _ := runtime.Caller(2)
log
log.go#L171: _, file, line, ok = runtime.Caller(calldepth)
reflect
value.go#L174: pc, _, _, _ := runtime.Caller(2)
value.go#L185: pc, _, _, _ := runtime.Caller(3)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |