OnUpdate is called when an entity is updated. LabelHash is a hash of all non-constant labels.
(labelHash uint64, seriesCount uint32)
| 106 | // OnUpdate is called when an entity is updated. |
| 107 | // LabelHash is a hash of all non-constant labels. |
| 108 | OnUpdate(labelHash uint64, seriesCount uint32) |
| 109 | // OnDelete is called when an entity is deleted. |
| 110 | // LabelHash is a hash of all non-constant labels. |
| 111 | OnDelete(labelHash uint64, seriesCount uint32) |
no outgoing calls
no test coverage detected