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

Function formatLocation

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected