MCPcopy Create free account
hub / github.com/DavidWells/analytics / getPlatformName

Function getPlatformName

scripts/docs.js:401–403  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

399}
400
401function getPlatformName(data) {
402 return (data.platform === 'node') ? 'node.js' : data.platform
403}
404
405function renderJsDocs(data, allData, platform) {
406 // console.log('allData', allData)

Callers 2

mainUsageBlockFunction · 0.85
getPlatformsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected