All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codacy.client.bitbucket.util.CommitHelper.scala Maven / Gradle / Ivy

The newest version!
package com.codacy.client.bitbucket.util

object CommitHelper {

  def anchor(commitUUID: String): String = {
    commitUUID.take(12)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy