MCPcopy Index your code
hub / github.com/yuin/gopher-lua / LChannel

TypeAlias LChannel

value.go:212–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210func (ud *LUserData) Type() LValueType { return LTUserData }
211
212type LChannel chan LValue
213
214func (ch LChannel) String() string { return fmt.Sprintf("channel: %p", ch) }
215func (ch LChannel) Type() LValueType { return LTChannel }

Callers 11

TestCheckChannelFunction · 0.85
TestOptChannelFunction · 0.85
TestToChannelFunction · 0.85
channelMakeFunction · 0.85
TestChannelSelect1Function · 0.85
TestChannelSelect2Function · 0.85
TestChannelSelect3Function · 0.85
TestChannelSelect4Function · 0.85
TestChannelSendReceive1Function · 0.85
TestCancelChannelReceiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected