MCPcopy 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

20const version = "1.4.0"
21
22func main() {
23 if err := cmd(os.Args[1:]); err != nil {
24 log.Fatal(err)
25 }
26}
27
28func cmd(cmdArgs []string) error {
29 log.Printf("SQLiteQueryServer v%s\n", version)

Callers

nothing calls this directly

Calls 1

cmdFunction · 0.85

Tested by

no test coverage detected