Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ warn
Method
warn
daily/ydyp.js:159–161 ·
view source on GitHub ↗
(...e)
Source
from the content-addressed store, hash-verified
157
r ? t.log(`${e}: ${Date.now()-r}ms`) : t.warn(`Timer
"${e}"
doesn’t exist`)
158
};
159
static warn(...e) {
160
t.#o < 2 || (e = e.map(e => `⚠️ ${e}`), t.log(...e))
161
}
162
}
163
class
r {
164
static escape(e) {
Callers
1
t
Class · 0.80
Calls
1
log
Method · 0.45
Tested by
no test coverage detected