This website requires JavaScript.
Explore
Help
Sign In
Gitlink
/
forgeplus-react
Watch
0
Star
0
Fork
You've already forked forgeplus-react
37
Code
Issues
Pull Requests
5
Releases
1
Wiki
Activity
364827b63f
forgeplus-react
/
src
/
forge
/
common
/
util.js
7 lines
104 B
JavaScript
Raw
Blame
History
export
function
truncateCommitId
(
str
)
{
if
(
str
.
length
>
11
)
{
return
str
.
substring
(
0
,
10
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink