MCPcopy 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
261export function splitPath(path: string): string[] {
262 return path.split("/").filter((ele) => ele !== "");
263}
264
265export function jsonSplitter(
266 json: any,

Callers 1

slugMatchesPathFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected