MCPcopy Create free account
hub / github.com/coreboot/coreboot / storage_drop

Function storage_drop

util/smmstoretool/storage.c:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void storage_drop(struct storage_t *storage)
98{
99 unmap_file(storage->file);
100 vs_free(&storage->vs);
101}

Callers 3

storage_write_backFunction · 0.85
process_listFunction · 0.85
process_getFunction · 0.85

Calls 2

vs_freeFunction · 0.85
unmap_fileFunction · 0.70

Tested by

no test coverage detected