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

Function yaml_mapping_end_event_initialize

external/libyaml/src/api.c:968–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966 */
967
968YAML_DECLARE(int)
969yaml_mapping_end_event_initialize(yaml_event_t *event)
970{
971 yaml_mark_t mark = { 0, 0, 0 };
972
973 assert(event); /* Non-NULL event object is expected. */
974
975 MAPPING_END_EVENT_INIT(*event, mark, mark);
976
977 return 1;
978}
979
980/*
981 * Destroy an event object.

Callers 1

yaml.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected