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

Method Context

src/testing/testing.go:159–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157type TB interface {
158 Cleanup(func())
159 Context() context.Context
160 Error(args ...interface{})
161 Errorf(format string, args ...interface{})
162 Fail()

Callers 15

CreateTemporaryAllocaFunction · 0.65
CreateInstructionAllocaFunction · 0.65
getLifetimeStartFuncFunction · 0.65
getLifetimeEndFuncFunction · 0.65
SplitBasicBlockFunction · 0.65
AppendToGlobalFunction · 0.65
checkTypeMethod · 0.65
ModuleFunction · 0.65
BuildFunction · 0.65
makeGlobalsModuleFunction · 0.65
LowerInterruptsFunction · 0.65
MakeGCStackSlotsFunction · 0.65

Implementers 1

commonsrc/testing/testing.go

Calls

no outgoing calls

Tested by

no test coverage detected