func github.com/prometheus/common/expfmt.isBlankOrTab
5 uses
github.com/prometheus/common/expfmt (current package)
text_parse.go#L198: if !isBlankOrTab(p.currentByte) {
text_parse.go#L529: if p.currentByte, p.err = p.buf.ReadByte(); p.err != nil || !isBlankOrTab(p.currentByte) {
text_parse.go#L538: if isBlankOrTab(p.currentByte) {
text_parse.go#L549: for p.err == nil && !isBlankOrTab(p.currentByte) && p.currentByte != '\n' {
text_parse.go#L719: func isBlankOrTab(b byte) bool {
![]() |
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. |