MCPcopy Create free account
hub / github.com/dulapahv/CodeX / ExecuteInput

Interface ExecuteInput

apps/client/actions/execute.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const PISTON_API_KEY = process.env.PISTON_API_KEY;
6
7interface ExecuteInput {
8 args?: string[];
9 code: string;
10 language: string;
11 stdin?: string;
12}
13
14export async function executeCode(input: ExecuteInput) {
15 if (!input.code) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected