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

Method Owner

src/main/java/com/sql/parse/model/Owner.java:8–10  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

6 private String name;
7
8 public Owner(String name) {
9 this.name = name;
10 }
11
12 public boolean isDisable() {
13 return disable;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected