MCPcopy Create free account
hub / github.com/ShipSecAI/studio / execute

Function execute

packages/component-sdk/src/__tests__/runner.test.ts:24–26  ·  view source on GitHub ↗
(params: { input: string })

Source from the content-addressed store, hash-verified

22 describe('runComponentInline', () => {
23 it('should execute component inline', async () => {
24 const execute = async (params: { input: string }) => ({
25 output: params.input.toUpperCase(),
26 });
27
28 const context = createExecutionContext({
29 runId: 'test-run',

Callers 1

runComponentInlineFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected