connect function node with compiled function

This commit is contained in:
CaiHQ 2022-09-06 12:27:27 +08:00
parent 58950fbf8a
commit 321dba92aa

View File

@ -34,6 +34,7 @@ public class FunctionNode extends Script {
private String secretID;
private JsonElement homoEncryptConf;
private JsonElement homoDecryptConf;
public transient Class compiledClazz;
public FunctionNode(String name, String fileName) {
this.functionName = name;