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

Function snip

static/word2md/mammoth.browser.js:5304–5310  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

5302}
5303
5304function snip(str) {
5305 var maxChars = 41;
5306 if (str.length < maxChars) {
5307 return str;
5308 }
5309 return str.substr(0, maxChars - 3) + "...";
5310}
5311
5312function longStackTracesIsSupported() {
5313 return typeof captureStackTrace === "function";

Callers 1

formatNonErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected