MCPcopy Index your code
hub / github.com/rolling-scopes/rsschool-app / toPathString

Function toPathString

client/src/api/common.ts:125–127  ·  view source on GitHub ↗
(url: URL)

Source from the content-addressed store, hash-verified

123 * @export
124 */
125export const toPathString = function (url: URL) {
126 return url.pathname + url.search + url.hash
127}
128
129/**
130 *

Calls

no outgoing calls

Tested by

no test coverage detected