gopkg.in/yaml.v2.yaml_tag_directive_t.handle (field)
18 uses
gopkg.in/yaml.v2 (current package)
emitterc.go#L176: if bytes.Equal(value.handle, emitter.tag_directives[i].handle) {
emitterc.go#L187: handle: make([]byte, len(value.handle)),
emitterc.go#L190: copy(tag_copy.handle, value.handle)
emitterc.go#L373: if !yaml_emitter_write_tag_handle(emitter, tag_directive.handle) {
emitterc.go#L921: handle := tag_directive.handle
emitterc.go#L974: emitter.tag_data.handle = tag_directive.handle
parserc.go#L437: if bytes.Equal(parser.tag_directives[i].handle, tag_handle) {
parserc.go#L1043: handle: token.value,
parserc.go#L1077: if bytes.Equal(value.handle, parser.tag_directives[i].handle) {
parserc.go#L1088: handle: make([]byte, len(value.handle)),
parserc.go#L1091: copy(value_copy.handle, value.handle)
yamlh.go#L16: handle []byte // The tag handle.
 |
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. |