MCPcopy Create free account
hub / github.com/bytebase/bytebase / useExprEditorCtx

Function useExprEditorCtx

frontend/src/react/components/ExprEditor.tsx:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125});
126
127function useExprEditorCtx() {
128 return useContext(ExprEditorContext);
129}
130
131// ============================================================
132// Path-based immutable update helpers

Callers 7

useImmutableUpdateFunction · 0.85
FactorSelectFunction · 0.85
OperatorSelectFunction · 0.85
ValueInputFunction · 0.85
ConditionRowFunction · 0.85
RawStringEditorFunction · 0.85
ConditionGroupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected