MCPcopy Create free account
hub / github.com/FongMi/TV / create

Method create

quickjs/src/main/java/com/fongmi/quickjs/method/Global.java:51–53  ·  view source on GitHub ↗
(QuickJSContext ctx, ExecutorService executor)

Source from the content-addressed store, hash-verified

49 }
50
51 public static Global create(QuickJSContext ctx, ExecutorService executor) {
52 return new Global(ctx, executor);
53 }
54
55 public void destroy() {
56 destroyed = true;

Callers 15

createFunMethod · 0.95
cheerio.min.jsFile · 0.45
XtFunction · 0.45
rnFunction · 0.45
eFunction · 0.45
zrFunction · 0.45
siFunction · 0.45
_leaveAttrNameMethod · 0.45
createElementFunction · 0.45
nrFunction · 0.45
_leaveAttrNameMethod · 0.45
createElementFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected