MCPcopy Create free account
hub / github.com/dolthub/doltgresql / WithDebugPort

Function WithDebugPort

integration-tests/go-sql-server-driver/driver/cmd.go:333–337  ·  view source on GitHub ↗
(port int)

Source from the content-addressed store, hash-verified

331}
332
333func WithDebugPort(port int) SqlServerOpt {
334 return func(s *SqlServer) {
335 s.DebugPort = port
336 }
337}
338
339type DoltCmdable interface {
340 DoltCmd(args ...string) *exec.Cmd

Callers 1

DebugSqlServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected