MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / projectRoot

Function projectRoot

internal/testutil/db.go:123–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123func projectRoot() string {
124 _, filename, _, _ := runtime.Caller(0)
125 // internal/testutil/db.go -> project root
126 return filepath.Join(filepath.Dir(filename), "..", "..")
127}

Callers 1

runMigrationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected