Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rollup/plugins
/ processRow
Function
processRow
packages/dsv/test/test.js:54–58 ·
view source on GitHub ↗
(row)
Source
from the content-addressed store, hash-verified
52
plugins: [
53
dsv({
54
processRow(row) {
55
Object.keys(row).forEach((key) => {
56
row[key] = parse(row[key]);
// eslint-disable-line no-param-reassign
57
});
58
}
59
})
60
]
61
});
Callers
nothing calls this directly
Calls
2
parse
Function · 0.85
keys
Method · 0.80
Tested by
no test coverage detected