Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
screenshot
Method · 0.95
compare
Method · 0.95
result
Method · 0.95
helper
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected