Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlowiseAI/Flowise
/ goToDataset
Function
goToDataset
packages/ui/src/views/evaluations/index.jsx:524–526 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
522
}
523
524
const goToDataset = (id) => {
525
window.open(`/dataset_rows/${id}`,
'_blank'
)
526
}
527
528
const onSelectAllChildClick = (event) => {
529
if (event.target.checked) {
Callers
1
EvaluationRunRow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected