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