MCPcopy Index your code
hub / github.com/tinygo-org/tinygo / nestedSwitch

Function nestedSwitch

testdata/interface.go:164–173  ·  view source on GitHub ↗
(verb rune, arg interface{})

Source from the content-addressed store, hash-verified

162)
163
164func nestedSwitch(verb rune, arg interface{}) bool {
165 switch verb {
166 case 'v', 's':
167 switch arg.(type) {
168 case int:
169 return true
170 }
171 }
172 return false
173}
174
175func blockDynamic(blocker DynamicBlocker) {
176 blocker.Block()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected