MCPcopy Create free account
hub / github.com/Nemo1870/sql-parse / isDisable

Method isDisable

src/main/java/com/sql/parse/model/Arg.java:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public boolean isDisable() {
34 return disable;
35 }
36
37 public void setDisable(boolean disable) {
38 this.disable = disable;

Callers 4

asInterceptorMethod · 0.45
asInterceptorMethod · 0.45
changeArgMethod · 0.45
changeArgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected