MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / yaml_parser_set_composer_error

Function yaml_parser_set_composer_error

external/libyaml/src/loader.c:138–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

yaml_parser_load_aliasFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected