MCPcopy Index your code
hub / github.com/BuilderIO/SSDiff / log

Method log

packages/ssdiff/src/index.ts:95–99  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

93 }
94 }
95 log(text: string) {
96 if (this.debug) {
97 debugLogger.debug(text);
98 }
99 }
100 async puppeteer_browser_open() {
101 try {
102 if (!this.browser) {

Callers 5

constructorMethod · 0.95
screenshotMethod · 0.95
compareMethod · 0.95
resultMethod · 0.95
helperFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected