MCPcopy
hub / github.com/gopherjs/gopherjs / Delayed

Method Delayed

compiler/utils.go:111–113  ·  view source on GitHub ↗
(f func())

Source from the content-addressed store, hash-verified

109}
110
111func (fc *funcContext) Delayed(f func()) {
112 fc.delayedOutput = fc.CatchOutput(0, f)
113}
114
115// expandTupleArgs converts a function call which argument is a tuple returned
116// by another function into a set of individual call arguments corresponding to

Callers 1

translateConversionMethod · 0.95

Calls 1

CatchOutputMethod · 0.95

Tested by

no test coverage detected