Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ print
Function
print
etc/sdam_viz.js:25–27 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
23
.alias(
'h'
,
'help'
).argv;
24
25
function
print(msg) {
26
console.log(`${chalk.white(
new
Date().toISOString())} ${msg}`);
27
}
28
29
const
uri = argv._[0];
30
const
client =
new
MongoClient(uri);
Callers
4
visualizeMonitoringEvents
Function · 0.70
run
Function · 0.70
scheduleWorkload
Function · 0.70
scheduleWriteWorkload
Function · 0.70
Calls
2
log
Method · 0.80
error
Method · 0.80
Tested by
no test coverage detected