Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/htmlhint/HTMLHint
/ checkDone
Function
checkDone
test/executable.spec.js:16–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
let
isDone = 0
15
16
function
checkDone() {
17
isDone++
18
if
(isDone == 2) {
19
done()
20
}
21
}
22
23
c.stdout.on(
'close'
, () => {
24
stdoutEnd = true
Callers
1
executable.spec.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected