MCPcopy Create free account
hub / github.com/Syncplay/syncplay / getListAsMultilineString

Function getListAsMultilineString

syncplay/utils.py:432–433  ·  view source on GitHub ↗
(pathArray)

Source from the content-addressed store, hash-verified

430
431
432def getListAsMultilineString(pathArray):
433 return "\n".join(pathArray) if pathArray else ""
434
435
436def convertMultilineStringToList(multilineString):

Callers 1

writeToDbMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected