Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getChildren
Method
getChildren
app/core/treema-ext.js:541–545 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
539
}
540
541
getChildren () {
542
let
res = super.getChildren(...arguments)
543
res = (Array.from(res).filter((r) => r[0] !==
'-'
))
544
return
res
545
}
546
547
populateData () {
548
super.populateData()
Callers
1
findLastBlockWithNextConnection
Function · 0.45
Calls
1
filter
Method · 0.80
Tested by
no test coverage detected