Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Superflows-AI/superflows
/ splitPath
Function
splitPath
lib/utils.ts:261–263 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
259
}
260
261
export
function
splitPath(path: string): string[] {
262
return
path.split(
"/"
).filter((ele) => ele !==
""
);
263
}
264
265
export
function
jsonSplitter(
266
json: any,
Callers
1
slugMatchesPath
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected