MCPcopy 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 */
241export const createGraphOperator = (graphString) => {
242 return graphOperator(graphString);
243};

Callers 4

AppFunction · 0.90
updateAgentFunction · 0.90
checkValidityFunction · 0.90
ConfigFormFunction · 0.90

Calls 1

graphOperatorFunction · 0.85

Tested by

no test coverage detected