MCPcopy
hub / github.com/zeromicro/go-zero / Source

Method Source

tools/goctl/util/stringx/string.go:51–53  ·  view source on GitHub ↗

Source returns the source string value

()

Source from the content-addressed store, hash-verified

49
50// Source returns the source string value
51func (s String) Source() string {
52 return s.source
53}
54
55// Title calls the cases.Title
56func (s String) Title() string {

Callers 15

TestParseCreateTableFunction · 0.80
convertColumnsFunction · 0.80
genNewFunction · 0.80
genCacheKeyFunction · 0.80
genFindOneFunction · 0.80
genUpdateFunction · 0.80
genDeleteFunction · 0.80
createFileMethod · 0.80
genFromDDLMethod · 0.80
genModelMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestParseCreateTableFunction · 0.64
TestFileSplitorFunction · 0.64
validateCodeFunction · 0.64