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

Function WalkThrough

backend/plugin/schema/schema.go:402–404  ·  view source on GitHub ↗
(engine storepb.Engine, d *model.DatabaseMetadata, ast []base.AST)

Source from the content-addressed store, hash-verified

400}
401
402func WalkThrough(engine storepb.Engine, d *model.DatabaseMetadata, ast []base.AST) *storepb.Advice {
403 return WalkThroughWithContext(engine, WalkThroughContext{}, d, ast)
404}
405
406func WalkThroughWithContext(engine storepb.Engine, ctx WalkThroughContext, d *model.DatabaseMetadata, ast []base.AST) *storepb.Advice {
407 if f, ok := walkThroughsWithContext[engine]; ok {

Callers

nothing calls this directly

Calls 1

WalkThroughWithContextFunction · 0.70

Tested by

no test coverage detected