MCPcopy Create free account
hub / github.com/chieapp/chie / stripContent

Function stripContent

src/controller/title-generator.ts:60–62  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

58export default new TitleGenerator();
59
60function stripContent(content: string) {
61 return content.length > 100 ? content.substring(0, 100) + '...' : content;
62}
63
64function getFirstSentence(content: string) {
65 // Return the first words of last message.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected