Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModelEngine-Group/app-platform
/ getShapeById
Function
getShapeById
agent-flow/src/data/GraphOperator.js:68–70 ·
view source on GitHub ↗
(shapeId)
Source
from the content-addressed store, hash-verified
66
};
67
68
const
getShapeById = (shapeId) => {
69
return
shapes.find((shape) => shape.id === shapeId);
70
};
71
72
/**
73
* 修改配置.
Callers
1
getConfigByKeys
Function · 0.70
Calls
1
find
Method · 0.65
Tested by
no test coverage detected