gopkg.in/yaml.v2.yaml_tag_directive_t.prefix (field)
15 uses
gopkg.in/yaml.v2 (current package)
emitterc.go#L188: prefix: make([]byte, len(value.prefix)),
emitterc.go#L191: copy(tag_copy.prefix, value.prefix)
emitterc.go#L376: if !yaml_emitter_write_tag_content(emitter, tag_directive.prefix, true) {
emitterc.go#L922: prefix := tag_directive.prefix
emitterc.go#L973: if bytes.HasPrefix(tag, tag_directive.prefix) {
emitterc.go#L975: emitter.tag_data.suffix = tag[len(tag_directive.prefix):]
parserc.go#L438: tag = append([]byte(nil), parser.tag_directives[i].prefix...)
parserc.go#L1044: prefix: token.prefix,
parserc.go#L1089: prefix: make([]byte, len(value.prefix)),
parserc.go#L1092: copy(value_copy.prefix, value.prefix)
yamlh.go#L17: prefix []byte // The tag prefix.
 |
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. |