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

Function PackagePath

internal/bundledeffect/effect.go:30–32  ·  view source on GitHub ↗
(version EffectVersion, packageName string)

Source from the content-addressed store, hash-verified

28 EffectV4 EffectVersion = "effect-v4"
29)
30
31func EffectTsGoRootPath() string {
32 _, filename, _, ok := runtime.Caller(0)
33 if !ok {
34 panic("failed to get caller info for EffectTsGoRootPath")
35 }

Callers 2

EnsurePackageInstalledFunction · 0.85
packageFSCacheFunction · 0.85

Calls 1

EffectTsGoRootPathFunction · 0.85

Tested by

no test coverage detected