MCPcopy
hub / github.com/vitest-dev/vitest / plus

Function plus

test/browser/fixtures/mocking/src/actions.ts:1–3  ·  view source on GitHub ↗
(a: number, b: number)

Source from the content-addressed store, hash-verified

1export function plus(a: number, b: number) {
2 return a + b
3}

Callers 3

calculatorFunction · 0.90
calculatorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected