MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / _script_safe

Function _script_safe

codeclash/replay/base.py:302–304  ·  view source on GitHub ↗

JSON for inlining inside a tag (guard against `` ``).

(obj)

Source from the content-addressed store, hash-verified

300 if(t.round_winner) rows.push(line('round winner', `<b>${t.round_winner}</b>`));
301 if(t.games != null) rows.push(line('games', t.games));
302 if(t.folder) rows.push(`<span class="k">${t.folder}</span>`);
303 return `<div class="tour-players">${title}</div><div class="muted tour-meta">${rows.join('<br>')}</div>`;
304 }
305 draw();
306})();
307"""

Callers 1

build_pageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected