MCPcopy
hub / github.com/vuejs/vuex / endMessage

Function endMessage

src/plugins/logger.js:72–78  ·  view source on GitHub ↗
(logger)

Source from the content-addressed store, hash-verified

70}
71
72function endMessage (logger) {
73 try {
74 logger.groupEnd()
75 } catch (e) {
76 logger.log('—— log end ——')
77 }
78}
79
80function getFormattedTime () {
81 const time = new Date()

Callers 1

createLoggerFunction · 0.85

Calls 1

logMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…