MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetSignature

Method GetSignature

backend/generated-go/store/database.pb.go:2893–2898  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2891}
2892
2893func (x *FunctionMetadata) GetSignature() string {
2894 if x != nil {
2895 return x.Signature
2896 }
2897 return ""
2898}
2899
2900func (x *FunctionMetadata) GetCharacterSetClient() string {
2901 if x != nil {

Callers 4

writeFunctionDiffFunction · 0.45
writeProcedureDiffFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected