func gopkg.in/yaml.v2.yaml_sequence_start_event_initialize

2 uses

	gopkg.in/yaml.v2 (current package)
		apic.go#L331: func yaml_sequence_start_event_initialize(event *yaml_event_t, anchor, tag []byte, implicit bool, style yaml_sequence_style_t) bool {
		encode.go#L268: 	e.must(yaml_sequence_start_event_initialize(&e.event, nil, []byte(tag), implicit, style))