Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
func
(b *ProcessContext) ComponentStarted() {
34
b.wg.Add(1)
35
}
36
37
func
(b *ProcessContext) ComponentFinished() {
38
b.wg.Done()
Callers
2
SetupAndServeHTTP
Method · 0.80
Prepare
Method · 0.80
Calls
1
Add
Method · 0.80
Tested by
no test coverage detected