pub fn commit(cx: FunctionContext<'_>) -> JsResult<'_, JsBoolean>
Expand description

Function to commit pending changes to a graph state

Arguments

  • cx - Neon FunctionContext graph_state_id - Unique identifier for the graph state Returns JsResult<()> - Empty result status Errors Does not throw