gopkg.in/yaml.v2.yaml_emitter_t.anchor_data (field)
11 uses
gopkg.in/yaml.v2 (current package)
emitterc.go#L768: length += len(emitter.anchor_data.anchor)
emitterc.go#L773: length += len(emitter.anchor_data.anchor) +
emitterc.go#L781: length += len(emitter.anchor_data.anchor) +
emitterc.go#L788: length += len(emitter.anchor_data.anchor) +
emitterc.go#L848: if emitter.anchor_data.anchor == nil {
emitterc.go#L852: if emitter.anchor_data.alias {
emitterc.go#L858: return yaml_emitter_write_anchor(emitter, emitter.anchor_data.anchor)
emitterc.go#L961: emitter.anchor_data.anchor = anchor
emitterc.go#L962: emitter.anchor_data.alias = alias
emitterc.go#L1135: emitter.anchor_data.anchor = nil
yamlh.go#L702: anchor_data struct {
![]() |
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. |