bool verifyDsId(String dsId)

Source

bool verifyDsId(String dsId) {
  return (dsId.length >= 43 && dsId.substring(dsId.length - 43) == qHash64);
}