MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / length

Method length

www/js/_hyperscript-max.js:1996–1998  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1994 return false;
1995 }
1996 get length() {
1997 return this.selectMatches().length;
1998 }
1999 [Symbol.iterator]() {
2000 let query = this.selectMatches();
2001 return query[Symbol.iterator]();

Callers

nothing calls this directly

Calls 1

selectMatchesMethod · 0.45

Tested by

no test coverage detected