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

Function yaml_parser_decrease_flow_level

external/libyaml/src/scanner.c:1199–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1197 */
1198
1199static int
1200yaml_parser_decrease_flow_level(yaml_parser_t *parser)
1201{
1202 if (parser->flow_level) {
1203 parser->flow_level --;
1204 (void)POP(parser, parser->simple_keys);
1205 }
1206
1207 return 1;
1208}
1209
1210/*
1211 * Push the current indentation level to the stack and set the new level

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected