func runtime.atoi
4 uses
runtime (current package)
runtime1.go#L385: if n, ok := atoi(value); ok {
runtime1.go#L421: if n, ok := atoi(level); ok && n == int(uint32(n)) {
string.go#L350: func atoi(s string) (int, bool) {
string.go#L398: if n, ok := atoi(s); n == int(int32(n)) {
![]() |
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. |