MCPcopy Index your code
hub / github.com/simstudioai/sim / localInputs

Function localInputs

apps/sim/executor/handlers/pi/pi-handler.test.ts:48–60  ·  view source on GitHub ↗
(extra: Record<string, unknown> = {})

Source from the content-addressed store, hash-verified

46}
47
48function localInputs(extra: Record<string, unknown> = {}) {
49 return {
50 mode: 'local',
51 task: 'do the thing',
52 model: 'claude',
53 host: 'box.example.com',
54 username: 'deploy',
55 authMethod: 'password',
56 password: 'pw',
57 repoPath: '/srv/repo',
58 ...extra,
59 }
60}
61
62describe('PiBlockHandler', () => {
63 const handler = new PiBlockHandler()

Callers 1

pi-handler.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected