MCPcopy Index your code
hub / github.com/bytebase/bytebase / GetFunctions

Method GetFunctions

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

Source from the content-addressed store, hash-verified

835}
836
837func (x *SchemaMetadata) GetFunctions() []*FunctionMetadata {
838 if x != nil {
839 return x.Functions
840 }
841 return nil
842}
843
844func (x *SchemaMetadata) GetProcedures() []*ProcedureMetadata {
845 if x != nil {

Callers 9

initCatalogMethod · 0.45
addNewSchemaObjectsFunction · 0.45
compareFunctionsFunction · 0.45
GetFunctionMethod · 0.45
SearchFunctionsMethod · 0.45
SearchFunctionsMethod · 0.45
GetSchemaStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected