Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ track
Function
track
src/utils/startupPrefetch.test.ts:11–13 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
9
} {
10
const
calls: CallLog = Object.create(null)
11
const
track = (name: string) => {
12
calls[name] = (calls[name] ?? 0) + 1
13
}
14
15
const
deps: StartupPrefetchDeps = {
16
checkQuotaStatus: () => {
Callers
1
makeFakeDeps
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected