Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buke/quickjs-go
/ bridgeFinalizerProbe
Struct
bridgeFinalizerProbe
bridge_test.go:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
bridgeFinalizerProbe
struct
{
13
mark *atomic.Bool
14
}
15
16
func
(p *bridgeFinalizerProbe) Finalize() {
17
if
p != nil && p.mark != nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected