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

Function buildResumeApprovalUrl

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

Source from the content-addressed store, hash-verified

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

Callers 2

executeCodeFunction · 0.70
main.tsFile · 0.70

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected