Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ yaml_free
Function
yaml_free
xs/tools/yaml/api.c:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
*/
71
72
YAML_DECLARE(void)
73
yaml_free(void *ptr)
74
{
75
if (ptr) free(ptr);
76
}
77
78
/*
79
* Duplicate a string.
Callers
15
yaml_parser_scan_directive
Function · 0.85
yaml_parser_scan_tag_directive_value
Function · 0.85
yaml_parser_scan_tag
Function · 0.85
yaml_parser_delete
Function · 0.85
yaml_emitter_delete
Function · 0.85
yaml_token_delete
Function · 0.85
yaml_document_start_event_initialize
Function · 0.85
yaml_scalar_event_initialize
Function · 0.85
yaml_sequence_start_event_initialize
Function · 0.85
yaml_mapping_start_event_initialize
Function · 0.85
yaml_event_delete
Function · 0.85
yaml_document_initialize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected