Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-qml/qml
/ TestEngineDestroyedUse
Method
TestEngineDestroyedUse
qml_test.go:187–191 ·
view source on GitHub ↗
(c *C)
Source
from the content-addressed store, hash-verified
185
}
186
187
func
(s *S) TestEngineDestroyedUse(c *C) {
188
s.engine.Destroy()
189
s.engine.Destroy()
190
c.Assert(s.engine.Context, PanicMatches,
"engine already destroyed"
)
191
}
192
193
var
same =
"<same>"
194
Callers
nothing calls this directly
Calls
1
Destroy
Method · 0.65
Tested by
no test coverage detected