Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/ai
/ errorsOnlyCategories
Function
errorsOnlyCategories
packages/ai/src/logger/resolve.ts:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
const
errorsOnlyCategories = (): ResolvedCategories => ({
31
...ALL_OFF,
32
errors: true,
33
})
34
35
const
resolveCategoriesFromPartial = (
36
partial: DebugCategories,
Callers
1
resolveDebugOption
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected