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

Method isDisable

src/main/java/com/sql/parse/model/Owner.java:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 }
11
12 public boolean isDisable() {
13 return disable;
14 }
15
16 public void setDisable(boolean disable) {
17 this.disable = disable;

Callers 2

ownerInterceptorMethod · 0.95
ownerInterceptorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected