Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/ai
/ track
Function
track
examples/ts-code-mode-web/src/lib/reports/create-handler-bindings.ts:81–81 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
79
): Record<string, ToolBinding> {
80
// Helper to track binding calls
81
const
track = (name: string) => context?.onBindingCall?.(name)
82
83
return
{
84
external_ui_toast: createBinding(
Callers
1
createHandlerBindings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected