(data)
| 15 | // Force sync processing until markdown-magic 2.0 is released |
| 16 | |
| 17 | function deepLog(data) { |
| 18 | console.log(inspect(data, {showHidden: false, depth: null, colors: true})) |
| 19 | } |
| 20 | |
| 21 | const SRC_LINKS = { |
| 22 | PageData: 'https://github.com/DavidWells/analytics/blob/master/packages/analytics-core/src/modules/page.js#L33', |
nothing calls this directly
no outgoing calls
no test coverage detected