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

Method length

tools/common/_hyperscript.iife.js:1984–1986  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1982 return false;
1983 }
1984 get length() {
1985 return this.selectMatches().length;
1986 }
1987 [Symbol.iterator]() {
1988 let query = this.selectMatches();
1989 return query[Symbol.iterator]();

Callers

nothing calls this directly

Calls 1

selectMatchesMethod · 0.45

Tested by

no test coverage detected