func runtime.gostringnocopy
9 uses
runtime (current package)
cgocallback.go#L12: panic(gostringnocopy(p))
os_darwin.go#L424: executablePath = gostringnocopy(argv_index(argv, n+1))
runtime1.go#L73: argslice[i] = gostringnocopy(argv_index(argv, i))
string.go#L461: func gostringnocopy(str *byte) string {
symtab.go#L841: return gostringnocopy(cfuncname(f))
symtab.go#L868: return gostringnocopy(cfuncnameFromNameoff(f, nameoff))
symtab.go#L878: return gostringnocopy(&datap.filetab[fileoff])
traceback.go#L1295: println(gostringnocopy(arg.funcName))
traceback.go#L1301: print(gostringnocopy(arg.file), ":", arg.lineno, " ")
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)