MCPcopy Create free account
hub / github.com/diyhi/bbs / lineIsComment

Method lineIsComment

src/main/java/cms/utils/SqlScriptRunner.java:254–256  ·  view source on GitHub ↗
(String trimmedLine)

Source from the content-addressed store, hash-verified

252 }
253
254 private boolean lineIsComment(String trimmedLine) {
255 return trimmedLine.startsWith("//") || trimmedLine.startsWith("--");
256 }
257
258 private boolean commandReadyToExecute(String trimmedLine) {
259 // issue #561 remove anything after the delimiter

Callers 1

handleLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected