Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/unconed/TermKit
/ length
Function
length
HTML/outputview/outputnode.js:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
37
// Pass-through length of array
38
get length() {
39
return
this.children.length;
40
},
41
42
// Link up node.
43
adopt:
function
(node) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected