in src/HHClientFallbackHandler.hack [106:115]
private function storeCacheIfDirtyDirty(): void {
if (!$this->dirty) {
return;
}
$data = shape(
'build_id' => Generated\build_id(),
'map' => $this->map,
);
$this->storeCache($data);
}