MCPcopy
hub / github.com/NUKnightLab/TimelineJS3 / trace

Function trace

src/js/core/Util.js:234–244  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

232 * @param {string} msg
233 */
234export function trace(msg) {
235 TRACE_HANDLERS.forEach((cb) => {
236 try {
237 cb(msg)
238 } catch (e) {
239 if (console && console.log) {
240 console.log("Error handling trace", e)
241 }
242 }
243 })
244}
245
246
247export function pad(val, len) {

Callers 15

loadMediaMethod · 0.90
stopMediaMethod · 0.90
getImageURLMethod · 0.90
_loadMediaMethod · 0.90
_loadMediaMethod · 0.90
_stopMediaMethod · 0.90
_loadMediaMethod · 0.90
_stopMediaMethod · 0.90
_stopMediaMethod · 0.90
createMediaMethod · 0.90
_getTimeScaleMethod · 0.90
constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected