MCPcopy Create free account
hub / github.com/Yorick-Ryu/deep-share / generateFilename

Function generateFilename

scripts/injectGptButton.js:667–674  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

665 }
666
667 function generateFilename(content) {
668 return window.DeepShareUtils.generateFilename(content, {
669 fallbackPrefix: 'chatgpt',
670 contentMaxLength: 15,
671 stripMarkdownHeading: true,
672 allowHyphen: false
673 });
674 }
675})();

Callers 1

downloadMarkdownFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected