MCPcopy Index your code
hub / github.com/middleapi/orpc / function.test.ts

File function.test.ts

packages/shared/src/function.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { defer, once, sequential } from './function'
2
3it('once', () => {
4 const fn = vi.fn(() => ({}))

Callers

nothing calls this directly

Calls 3

onceFunction · 0.90
sequentialFunction · 0.90
deferFunction · 0.90

Tested by

no test coverage detected