Destroy an event object.
(event *yaml_event_t)
| 374 | |
| 375 | // Destroy an event object. |
| 376 | func yaml_event_delete(event *yaml_event_t) { |
| 377 | *event = yaml_event_t{} |
| 378 | } |
| 379 | |
| 380 | ///* |
| 381 | // * Create a document object. |
no outgoing calls
no test coverage detected