Method NeedToComputeBlobAsset
NeedToComputeBlobAsset(Hash128)
During the conversion process, the user must call this method for each BlobAsset being processed, to determine if it requires to be computed
Declaration
public bool NeedToComputeBlobAsset(Hash128 hash)
Parameters
Type | Name | Description |
---|---|---|
Hash128 | hash | The hash associated to the BlobAsset |
Returns
Type | Description |
---|---|
Boolean | true if the BlobAsset must be computed, false if it's already in the store or the computing queue |