MCPcopy Create free account
hub / github.com/apache/answer / NewMentor

Function NewMentor

internal/migrations/init.go:49–51  ·  view source on GitHub ↗
(ctx context.Context, engine *xorm.Engine, data *InitNeedUserInputData)

Source from the content-addressed store, hash-verified

47}
48
49func NewMentor(ctx context.Context, engine *xorm.Engine, data *InitNeedUserInputData) *Mentor {
50 return &Mentor{ctx: ctx, engine: engine, userData: data}
51}
52
53type InitNeedUserInputData struct {
54 Language string

Callers 3

initDatabaseFunction · 0.92
initDatabaseFunction · 0.92
InitBaseInfoFunction · 0.92

Calls

no outgoing calls

Tested by 2

initDatabaseFunction · 0.74
initDatabaseFunction · 0.74