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

Function buildResumeApprovalUrl

apps/cli/src/main.ts:971–974  ·  view source on GitHub ↗
(baseUrl: string, executionId: string)

Source from the content-addressed store, hash-verified

969 };
970
971const buildResumeApprovalUrl = (baseUrl: string, executionId: string): string => {
972 const url = new URL(`/resume/${encodeURIComponent(executionId)}`, baseUrl);
973 return url.toString();
974};
975
976const executeCode = (input: {
977 target: ServerTarget;

Callers 2

executeCodeFunction · 0.70
main.tsFile · 0.70

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected