MCPcopy
hub / github.com/go-yaml/yaml / yaml_document_end_event_initialize

Function yaml_document_end_event_initialize

apic.go:307–312  ·  view source on GitHub ↗

Create DOCUMENT-END.

(event *yaml_event_t, implicit bool)

Source from the content-addressed store, hash-verified

305
306// Create DOCUMENT-END.
307func yaml_document_end_event_initialize(event *yaml_event_t, implicit bool) {
308 *event = yaml_event_t{
309 typ: yaml_DOCUMENT_END_EVENT,
310 implicit: implicit,
311 }
312}
313
314// Create ALIAS.
315func yaml_alias_event_initialize(event *yaml_event_t, anchor []byte) bool {

Callers 2

marshalDocMethod · 0.85
nodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected