Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nemo1870/sql-parse
/ setDisable
Method
setDisable
src/main/java/com/sql/parse/model/Owner.java:16–18 ·
view source on GitHub ↗
(boolean disable)
Source
from the content-addressed store, hash-verified
14
}
15
16
public
void
setDisable(boolean disable) {
17
this.disable = disable;
18
}
19
20
public
String getName() {
21
return
name;
Callers
4
ownerInterceptor
Method · 0.95
ownerInterceptor
Method · 0.95
checkExpression
Method · 0.95
checkExpression
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected