Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/assafmo/SQLiteQueryServer
/ main
Function
main
main.go:22–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
const
version =
"1.4.0"
21
22
func
main() {
23
if
err := cmd(os.Args[1:]); err != nil {
24
log.Fatal(err)
25
}
26
}
27
28
func
cmd(cmdArgs []string) error {
29
log.Printf(
"SQLiteQueryServer v%s\n"
, version)
Callers
nothing calls this directly
Calls
1
cmd
Function · 0.85
Tested by
no test coverage detected