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

Function describeCode

e2e/scenarios/shape-memory.test.ts:70–77  ·  view source on GitHub ↗
(slug: string)

Source from the content-addressed store, hash-verified

68);
69
70const describeCode = (slug: string) => `
71const details = await tools.describe.tool({ path: "${slug}.org.main.issues.listIssues" });
72return {
73 outputTypeScript: details.outputTypeScript ?? null,
74 note: details.outputTypeScriptNote ?? null,
75 error: details.error ?? null,
76};
77`;
78
79type DescribeOutcome = {
80 readonly outputTypeScript: string | null;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected