MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / Function

Method Function

app/src/main/java/com/github/catvod/js/Function.java:16–20  ·  view source on GitHub ↗
(QuickJSContext ctx)

Source from the content-addressed store, hash-verified

14 private final Parser parser;
15
16 public Function(QuickJSContext ctx) {
17 this.parser = new Parser();
18 this.ctx = ctx;
19 setProperty();
20 }
21
22 private void setProperty() {
23 for (Method method : getClass().getMethods()) {

Callers

nothing calls this directly

Calls 1

setPropertyMethod · 0.95

Tested by

no test coverage detected