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

Function toS

ui/media/js/utils.js:277–279  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

275 function tokens(str) {
276 // Filter function excludes empty splitting artefacts
277 let toS = function (x) {
278 return x.toString()
279 }
280
281 return str
282 .split(/(\\\\)/)

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected