MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / withNote

Function withNote

scripts/bench/agent-control-benchmark.mjs:930–932  ·  view source on GitHub ↗
(result, note)

Source from the content-addressed store, hash-verified

928}
929
930function withNote(result, note) {
931 return { ...result, note };
932}
933
934async function startArgentToolServer() {
935 const port = await freePort();

Callers 2

benchmarkAgentDeviceFunction · 0.85
benchmarkArgentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected