MCPcopy Create free account
hub / github.com/ModelEngine-Group/app-platform / getShapeById

Function getShapeById

frontend/src/shared/utils/common.ts:534–536  ·  view source on GitHub ↗
(shapeId: string)

Source from the content-addressed store, hash-verified

532 };
533
534 const getShapeById = (shapeId: string) => {
535 return shapes.find((shape) => shape.id === shapeId);
536 };
537
538 return {
539 /**

Callers 1

getConfigByKeysFunction · 0.70

Calls 1

findMethod · 0.65

Tested by

no test coverage detected