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

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

There is a newer version: 19.0.7
Show 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