hold method

void hold(
  1. T asset
)

Implementation

void hold(T asset) {
  _toPrune.remove(asset);
}