MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / GetTsunamiScaffoldPath

Function GetTsunamiScaffoldPath

pkg/waveapputil/waveapputil.go:21–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19const DefaultTsunamiSdkVersion = "v0.12.4"
20
21func GetTsunamiScaffoldPath() string {
22 settings := wconfig.GetWatcher().GetFullConfig().Settings
23 scaffoldPath := settings.TsunamiScaffoldPath
24 if scaffoldPath == "" {
25 scaffoldPath = filepath.Join(wavebase.GetWaveAppResourcesPath(), "tsunamiscaffold")
26 }
27 return scaffoldPath
28}
29
30func ResolveGoFmtPath() (string, error) {
31 settings := wconfig.GetWatcher().GetFullConfig().Settings

Callers 2

buildAndRunMethod · 0.92
StartMethod · 0.92

Calls 3

GetWatcherFunction · 0.92
GetWaveAppResourcesPathFunction · 0.92
GetFullConfigMethod · 0.80

Tested by

no test coverage detected