Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
{ defer, once, sequential } from
'./function'
2
3
it(
'once'
, () => {
4
const
fn = vi.fn(() => ({}))
Callers
nothing calls this directly
Calls
3
once
Function · 0.90
sequential
Function · 0.90
defer
Function · 0.90
Tested by
no test coverage detected