MCPcopy Create free account
hub / github.com/easydiffusion/easydiffusion / permuteNumber

Function permuteNumber

ui/media/js/utils.js:181–183  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

179}
180
181function permuteNumber(arr) {
182 return Math.pow(2, arr.length)
183}
184
185// https://stackoverflow.com/a/8212878
186function millisecondsToStr(milliseconds) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected