This website requires JavaScript.
Explore
Help
Register
Sign In
whitechiina
/
ai-watch-app
Watch
1
Star
0
Fork
You've already forked ai-watch-app
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7bf4d2fad1
ai-watch-app
/
uni_modules
/
Sansnn-uQRCode
/
js_sdk
/
gcanvas
/
context-webgl
/
classUtils.js
3 lines
97 B
JavaScript
Raw
Blame
History
export
function
getTransferedObjectUUID
(
name
,
id
)
{
return
`
${
name
.
toLowerCase
(
)
}
-
${
id
}
`
;
}
Reference in New Issue
View Git Blame
Copy Permalink