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

Function yaml_stream_end_event_initialize

xs/tools/yaml/api.c:705–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703 */
704
705YAML_DECLARE(int)
706yaml_stream_end_event_initialize(yaml_event_t *event)
707{
708 yaml_mark_t mark = { 0, 0, 0 };
709
710 assert(event); /* Non-NULL event object is expected. */
711
712 STREAM_END_EVENT_INIT(*event, mark, mark);
713
714 return 1;
715}
716
717/*
718 * Create DOCUMENT-START.

Callers 1

yaml.hFile · 0.85

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected