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

Method length

www/js/_hyperscript.js:1997–1999  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

selectMatchesMethod · 0.45

Tested by

no test coverage detected