MCPcopy
hub / github.com/anomalyco/opencode / useQueryOptions

Function useQueryOptions

packages/app/src/context/server-sync.tsx:545–548  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

543})
544
545export function useQueryOptions() {
546 const sync = useServerSync()
547 return createMemo(() => sync().queryOptions)
548}

Callers 2

SortableWorkspaceFunction · 0.90
LocalWorkspaceFunction · 0.90

Calls 1

syncFunction · 0.70

Tested by

no test coverage detected