MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / Start

Method Start

user/module/stack.go:141–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139}
140
141func (this *MStack) Start() error {
142 return this.start()
143}
144
145func (this *MStack) Clone() IModule {
146 mod := new(MStack)

Callers

nothing calls this directly

Calls 1

startMethod · 0.95

Tested by

no test coverage detected