MCPcopy Index your code
hub / github.com/prettydiff/prettydiff / clearComment

Function clearComment

api/prettydiff-webtool.ts:336–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

334 return true;
335 },
336 clearComment = function dom_load_clearComment():void {
337 const comment = id("commentString");
338 localStorage.setItem("commentString", "[]");
339 data.commentString = [];
340 if (comment !== null) {
341 comment.innerHTML = "/*prettydiff.com \u002a/";
342 }
343 },
344 feeds = function dom_load_feeds(el:HTMLInputElement):void {
345 const feedradio = function dom_load_feedradio(event:Event):boolean {
346 let parent:HTMLElement,

Callers

nothing calls this directly

Calls 1

idFunction · 0.85

Tested by

no test coverage detected