MCPcopy Create free account
hub / github.com/golang/mobile / Send

Method Send

exp/sensor/sensor.go:80–80  ·  view source on GitHub ↗
(event interface{})

Source from the content-addressed store, hash-verified

78// Sender sends an event.
79type Sender interface {
80 Send(event interface{})
81}
82
83// Notify registers a Sender and sensor events will be sent to s.

Callers 5

mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
startCollectingFunction · 0.65
pollSensorFunction · 0.65

Implementers 2

appapp/app.go
Commapp/internal/apptest/apptest.go

Calls

no outgoing calls

Tested by

no test coverage detected