MCPcopy Create free account
hub / github.com/TruthHun/BookStack / formatLocation

Function formatLocation

static/vuejs/vue.esm.js:596–601  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

594 };
595
596 var formatLocation = function (str) {
597 if (str === "<Anonymous>") {
598 str += " - use the \"name\" option for better debugging messages.";
599 }
600 return ("\n(found in " + str + ")")
601 };
602}
603
604/* */

Callers 1

vue.esm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected