MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / yaml_stream_end_event_initialize

Function yaml_stream_end_event_initialize

external/libyaml/src/api.c:685–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683 */
684
685YAML_DECLARE(int)
686yaml_stream_end_event_initialize(yaml_event_t *event)
687{
688 yaml_mark_t mark = { 0, 0, 0 };
689
690 assert(event); /* Non-NULL event object is expected. */
691
692 STREAM_END_EVENT_INIT(*event, mark, mark);
693
694 return 1;
695}
696
697/*
698 * Create DOCUMENT-START.

Callers 1

yaml.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected