MCPcopy
hub / github.com/wavetermdev/waveterm / MakeAppId

Function MakeAppId

pkg/waveappstore/waveappstore.go:43–45  ·  view source on GitHub ↗
(appNS string, appName string)

Source from the content-addressed store, hash-verified

41}
42
43func MakeAppId(appNS string, appName string) string {
44 return appNS + "/" + appName
45}
46
47func ParseAppId(appId string) (appNS string, appName string, err error) {
48 parts := strings.Split(appId, "/")

Callers 7

PublishDraftFunction · 0.85
RevertDraftFunction · 0.85
MakeDraftFromLocalFunction · 0.85
ListAllAppsFunction · 0.85
ListAllEditableAppsFunction · 0.85
DraftHasLocalVersionFunction · 0.85
RenameLocalAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected