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

Function yaml_sequence_end_event_initialize

external/libyaml/src/api.c:913–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

911 */
912
913YAML_DECLARE(int)
914yaml_sequence_end_event_initialize(yaml_event_t *event)
915{
916 yaml_mark_t mark = { 0, 0, 0 };
917
918 assert(event); /* Non-NULL event object is expected. */
919
920 SEQUENCE_END_EVENT_INIT(*event, mark, mark);
921
922 return 1;
923}
924
925/*
926 * Create MAPPING-START.

Callers 1

yaml.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected