MCPcopy Create free account
hub / github.com/Noumena-Network/code / startupPrefetch.test.ts

File startupPrefetch.test.ts

src/utils/startupPrefetch.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'bun:test'
2import { runStartupPrefetches, type StartupPrefetchDeps } from './startupPrefetch.js'
3
4type CallLog = Record<string, number>

Callers

nothing calls this directly

Calls 2

makeFakeDepsFunction · 0.85
runStartupPrefetchesFunction · 0.85

Tested by

no test coverage detected