Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diyhi/bbs
/ println
Method
println
src/main/java/cms/utils/SqlScriptRunner.java:361–366 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
359
}
360
361
private
void
println(Object o) {
362
if
(logWriter != null) {
363
logWriter.println(o);
364
logWriter.flush();
365
}
366
}
367
368
private
void
printlnError(Object o) {
369
if
(errorLogWriter != null) {
Callers
7
executeFullScript
Method · 0.95
handleLine
Method · 0.95
printResults
Method · 0.95
install
Method · 0.80
createEncryptionDatabaseParameter
Method · 0.80
printlnError
Method · 0.80
loadStopWords
Method · 0.80
Calls
no outgoing calls
Tested by
2
install
Method · 0.64
createEncryptionDatabaseParameter
Method · 0.64