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

Method hasSchema

backend/store/model/database.go:230–232  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

228}
229
230func (d *DatabaseMetadata) hasSchema(name string) bool {
231 return d.GetSchemaMetadata(name) != nil
232}
233
234func (d *DatabaseMetadata) GetSchemaMetadata(name string) *SchemaMetadata {
235 schemaID := normalizeNameByCaseSensitivity(name, d.isObjectCaseSensitive)

Callers

nothing calls this directly

Calls 1

GetSchemaMetadataMethod · 0.95

Tested by

no test coverage detected