gopkg.in/yaml.v2.yaml_emitter_t.tag_directives (field)
9 uses
gopkg.in/yaml.v2 (current package)
emitterc.go#L175: for i := 0; i < len(emitter.tag_directives); i++ {
emitterc.go#L176: if bytes.Equal(value.handle, emitter.tag_directives[i].handle) {
emitterc.go#L192: emitter.tag_directives = append(emitter.tag_directives, tag_copy)
emitterc.go#L452: emitter.tag_directives = emitter.tag_directives[:0]
emitterc.go#L971: for i := 0; i < len(emitter.tag_directives); i++ {
emitterc.go#L972: tag_directive := &emitter.tag_directives[i]
yamlh.go#L684: tag_directives []yaml_tag_directive_t // The list of tag directives.
![]() |
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. |