MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / printCode

Function printCode

pkg/sql2code/parser/parser_test.go:439–443  ·  view source on GitHub ↗
(code map[string]string)

Source from the content-addressed store, hash-verified

437}
438
439func printCode(code map[string]string) {
440 for k, v := range code {
441 fmt.Printf("\n\n----------------- %s --------------------\n%s\n", k, v)
442 }
443}
444
445func printPGFields(fields []*PGField) {
446 fmt.Printf("%-20v %-20v %-20v %-20v %-20v %-20v %-20v\n", "Name", "Type", "Length", "Lengthvar", "Notnull", "Comment", "IsPrimaryKey")

Callers 1

TestParseMysqlSQLFunction · 0.85

Calls 1

PrintfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…