1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00
any-sync/app/apptrace.go
2024-12-06 19:33:58 +01:00

8 lines
161 B
Go

//go:build appdebug
// +build appdebug
package app
func (app *App) SetOnComponentListener(listener func(comp Component)) {
app.componentListener = listener
}