(id: string)
| 179 | |
| 180 | /** Read a function declaration without subscribing (for non-component callers). */ |
| 181 | export function getFunction(id: string): FunctionDeclaration | undefined { |
| 182 | return useEditorStore.getState().functions[id]; |
| 183 | } |
no outgoing calls
no test coverage detected