Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModelEngine-Group/app-platform
/ createGraphOperator
Function
createGraphOperator
agent-flow/src/data/GraphOperator.js:241–243 ·
view source on GitHub ↗
(graphString)
Source
from the content-addressed store, hash-verified
239
* @
return
{{}} 画布操纵器对象.
240
*/
241
export
const
createGraphOperator = (graphString) => {
242
return
graphOperator(graphString);
243
};
Callers
4
App
Function · 0.90
updateAgent
Function · 0.90
checkValidity
Function · 0.90
ConfigForm
Function · 0.90
Calls
1
graphOperator
Function · 0.85
Tested by
no test coverage detected