MCPcopy Create free account
hub / github.com/daodst/chat / ComponentStarted

Method ComponentStarted

setup/process/process.go:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (b *ProcessContext) ComponentStarted() {
34 b.wg.Add(1)
35}
36
37func (b *ProcessContext) ComponentFinished() {
38 b.wg.Done()

Callers 2

SetupAndServeHTTPMethod · 0.80
PrepareMethod · 0.80

Calls 1

AddMethod · 0.80

Tested by

no test coverage detected