stamp_combination
stamp_combination(
attrs ,
members ,
fingerprint: str ,
)
Return the ids a patch made from several members carries.
Parameters
| Parameter | Description |
|---|---|
| attrs | The attrs the result is being built with. |
| members |
The attrs of the patches which actually went into it – the kept ones. A member which was dropped for being incompatible did not contribute its data, so it is not part of what this data is. |
| fingerprint | The fingerprint of the operation which combined them. |