MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / yaml_sequence_end_event_initialize

Function yaml_sequence_end_event_initialize

xs/tools/yaml/api.c:933–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931 */
932
933YAML_DECLARE(int)
934yaml_sequence_end_event_initialize(yaml_event_t *event)
935{
936 yaml_mark_t mark = { 0, 0, 0 };
937
938 assert(event); /* Non-NULL event object is expected. */
939
940 SEQUENCE_END_EVENT_INIT(*event, mark, mark);
941
942 return 1;
943}
944
945/*
946 * Create MAPPING-START.

Callers 1

yaml.hFile · 0.85

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected