Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getAllDocumentStores
Function · 0.45
getAllEvaluators
Function · 0.45
Calls
1
fromEntity
Method · 0.95
Tested by
no test coverage detected