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

Function buildResumeApprovalUrl

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

Source from the content-addressed store, hash-verified

955 };
956
957const buildResumeApprovalUrl = (baseUrl: string, executionId: string): string => {
958 const url = new URL(`/resume/${encodeURIComponent(executionId)}`, baseUrl);
959 return url.toString();
960};
961
962const executeCode = (input: {
963 target: ServerTarget;

Callers 2

executeCodeFunction · 0.70
main.tsFile · 0.70

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected