MCPcopy Create free account
hub / github.com/Effect-TS/tsgo / EffectTsGoRootPath

Function EffectTsGoRootPath

internal/bundledeffect/effect.go:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 "sync"
21 "testing/fstest"
22)
23
24type EffectVersion string
25
26const (
27 EffectV3 EffectVersion = "effect-v3"
28 EffectV4 EffectVersion = "effect-v4"
29)
30
31func EffectTsGoRootPath() string {

Callers 6

RefactorTestCasesDirFunction · 0.92
TestCasesDirFunction · 0.92
TestDataPathFunction · 0.92
PackagePathFunction · 0.85
MountEffectFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestCasesDirFunction · 0.74
TestDataPathFunction · 0.74