MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / reopenPrefix

Function reopenPrefix

src/bot/chunk.ts:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 let fenceInfo = '';
35
36 const reopenPrefix = () => '```' + fenceInfo + '\n';
37 const isFresh = () => disp.length === (fenceOpen ? reopenPrefix().length : 0);
38 const cut = () => {
39 pieces.push({ display: fenceOpen ? disp + CLOSE : disp, consumed });

Callers 2

isFreshFunction · 0.85
cutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected