Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/ empty
Method
empty
src/client/sandbox.mjs:476–478 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
474
}
475
476
get empty() {
477
return
!this.div.firstChild
478
}
479
480
out(
type
, args) {
481
let
wrap = document.createElement(
"pre"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected