Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/adaltas/node-csv
/ r
Function
r
packages/csv-stringify/samples/api.sync.memory.js:3–3 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
1
import
{ stringify } from
"csv-stringify/sync"
;
2
3
const
r = (v) => (v / 1024 / 1024).toFixed(2);
4
const
printMemoryUsage = () => {
5
const
{ rss, heapTotal, heapUsed } = process.memoryUsage();
6
console.log(
Callers
1
printMemoryUsage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected