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

Method length

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

selectMatchesMethod · 0.45

Tested by

no test coverage detected