Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-qml/qml
/ assertValid
Method
assertValid
qml.go:52–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
func
(e *Engine) assertValid() {
53
if
e.destroyed {
54
panic(
"engine already destroyed"
)
55
}
56
}
57
58
// Destroy finalizes the engine and releases any resources used.
59
// The engine must not be used after calling this method.
Callers
1
Context
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected