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

Method Start

user/module/syscall.go:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122func (this *MSyscall) Start() error {
123 return this.start()
124}
125
126func (this *MSyscall) Clone() IModule {
127 mod := new(MSyscall)

Callers

nothing calls this directly

Calls 1

startMethod · 0.95

Tested by

no test coverage detected