MCPcopy
hub / github.com/tinygo-org/tinygo / Value

Interface Value

testdata/generics/value/value.go:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3type (
4 Value[T any] interface {
5 Get(Callback[T], Callback[T])
6 }
7
8 Callback[T any] func(T)
9

Callers 308

TestStructTagFunction · 0.65
TestFunction · 0.65
TestFunction · 0.65
GetMethod · 0.65
mainFunction · 0.65
createBuiltinMethod · 0.95
createExprMethod · 0.95
createBinOpMethod · 0.95
TestIsZeroFunction · 0.95

Implementers 12

refMapcgo/sync.go
ADCsrc/machine/machine.go
pwmGroupsrc/machine/machine_rp2_pwm.go
RingBuffersrc/machine/buffer.go
RingBuffersrc/machine/usb/adc/midi/buffer.go
RingBuffersrc/machine/usb/hid/buffer.go
Register8src/runtime/volatile/register.go
Register16src/runtime/volatile/register.go
Register32src/runtime/volatile/register.go
Register64src/runtime/volatile/register.go
BitRegistersrc/runtime/volatile/bitband_nxpmk66f1
Poolsrc/sync/pool.go

Calls

no outgoing calls

Tested by

no test coverage detected