MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / toml_header_dispose

Function toml_header_dispose

src/cli/config_toml_edit.c:1463–1467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1461}
1462
1463static void toml_header_dispose(toml_header_t *header) {
1464 if (header) {
1465 toml_key_path_dispose(&header->path);
1466 }
1467}
1468
1469static int toml_line_is_blank_or_comment(const char *data, const toml_line_t *line) {
1470 size_t pos = line->start;

Calls 1

toml_key_path_disposeFunction · 0.85

Tested by

no test coverage detected