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

Function yaml_parser_set_composer_error

xs/tools/yaml/loader.c:140–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 */
139
140static int
141yaml_parser_set_composer_error(yaml_parser_t *parser,
142 const char *problem, yaml_mark_t problem_mark)
143{
144 parser->error = YAML_COMPOSER_ERROR;
145 parser->problem = problem;
146 parser->problem_mark = problem_mark;
147
148 return 0;
149}
150
151/*
152 * Set composer error with context.

Callers 1

yaml_parser_load_aliasFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected