Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ init
Function
init
internal/cmd/verify.go:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
)
23
24
func
init() {
25
verifyCmd.Flags().String(
"against"
,
""
,
"compare against this tag"
)
26
}
27
28
var
verifyCmd = &cobra.Command{
29
Use:
"verify"
,
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected