MCPcopy Index your code
hub / github.com/TruthHun/BookStack / classify

Function classify

static/vuejs/vue.runtime.common.js:550–552  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

548 var hasConsole = typeof console !== 'undefined';
549 var classifyRE = /(?:^|[-_])(\w)/g;
550 var classify = function (str) { return str
551 .replace(classifyRE, function (c) { return c.toUpperCase(); })
552 .replace(/[-_]/g, ''); };
553
554 warn = function (msg, vm) {
555 if (hasConsole && (!config.silent)) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected