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

Function toml_assignment_dispose

src/cli/config_toml_edit.c:1570–1574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1568}
1569
1570static void toml_assignment_dispose(toml_assignment_t *assignment) {
1571 if (assignment) {
1572 toml_key_path_dispose(&assignment->key);
1573 }
1574}
1575
1576static int toml_assignment_string_equals(const char *data, const toml_assignment_t *assignment,
1577 const char *expected, int *matches) {

Callers 6

toml_scan_named_tablesFunction · 0.85
toml_validate_table_bodyFunction · 0.85
toml_merge_named_tableFunction · 0.85

Calls 1

toml_key_path_disposeFunction · 0.85

Tested by

no test coverage detected