Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
432
def
getListAsMultilineString(pathArray):
433
return
"\n"
.join(pathArray)
if
pathArray
else
""
434
435
436
def
convertMultilineStringToList(multilineString):
Callers
1
writeToDb
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected