go/token.Position.IsValid (method)
2 uses
go/token (current package)
position.go#L28: func (pos *Position) IsValid() bool { return pos.Line > 0 }
position.go#L41: if pos.IsValid() {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)