MCPcopy Index your code
hub / github.com/simstudioai/sim / useSnapToGridSize

Function useSnapToGridSize

apps/sim/hooks/queries/general-settings.ts:117–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117export function useSnapToGridSize(): number {
118 const { data } = useGeneralSettings()
119 return data?.snapToGridSize ?? 0
120}
121
122export function useShowActionBar(): boolean {
123 const { data } = useGeneralSettings()

Callers 2

workflow.tsxFile · 0.90
useAutoLayoutFunction · 0.90

Calls 1

useGeneralSettingsFunction · 0.85

Tested by

no test coverage detected