MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / pathWithSearch

Function pathWithSearch

e2e/cloud/mcp-browser-resume-page.test.ts:67–70  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

65 Effect.promise(() => connected.client.close().catch(() => undefined));
66
67const pathWithSearch = (url: string): string => {
68 const parsed = new URL(url);
69 return `${parsed.pathname}${parsed.search}`;
70};
71
72const authenticatedFetch = (
73 identity: Identity,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected