MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / fromEntities

Method fromEntities

packages/server/src/Interface.Evaluation.ts:137–139  ·  view source on GitHub ↗
(entities: Evaluator[])

Source from the content-addressed store, hash-verified

135 }
136
137 static fromEntities(entities: Evaluator[]): EvaluatorDTO[] {
138 return entities.map((entity) => this.fromEntity(entity))
139 }
140}

Callers 2

getAllDocumentStoresFunction · 0.45
getAllEvaluatorsFunction · 0.45

Calls 1

fromEntityMethod · 0.95

Tested by

no test coverage detected