gopkg.in/yaml.v2.yaml_parser_t.token_available (field)
6 uses
gopkg.in/yaml.v2 (current package)
parserc.go#L47: if parser.token_available || yaml_parser_fetch_more_tokens(parser) {
parserc.go#L55: parser.token_available = false
scannerc.go#L581: if !parser.token_available {
scannerc.go#L591: parser.token_available = false
scannerc.go#L647: parser.token_available = true
yamlh.go#L575: token_available bool // Does the tokens queue contain a token ready for dequeueing.
![]() |
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. |