Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
void storage_drop(struct storage_t *storage)
98
{
99
unmap_file(storage->file);
100
vs_free(&storage->vs);
101
}
Callers
3
storage_write_back
Function · 0.85
process_list
Function · 0.85
process_get
Function · 0.85
Calls
2
vs_free
Function · 0.85
unmap_file
Function · 0.70
Tested by
no test coverage detected