Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ section
Function
section
example/tests/window_message_test.js:34–36 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
32
);
33
34
function
section(name) {
35
console.log(`\n%c--- ${name} ---`,
"color: orange; font-weight: bold;"
);
36
}
37
38
function
assertSame(expected, actual, message) {
39
if
(!Object.is(expected, actual)) {
Callers
1
window_message_test.js
File · 0.70
Calls
1
log
Method · 0.80
Tested by
no test coverage detected