MCPcopy Create free account
hub / github.com/buke/quickjs-go / getFinalizeCount

Function getFinalizeCount

class_test.go:35–37  ·  view source on GitHub ↗

getFinalizeCount returns the current finalize call count

()

Source from the content-addressed store, hash-verified

33
34// getFinalizeCount returns the current finalize call count
35func getFinalizeCount() int64 {
36 return atomic.LoadInt64(&finalizeCallCount)
37}
38
39// createPointClass creates a Point class for testing with SCHEME C constructor
40func createPointClass(ctx *Context) (*Value, uint32) {

Callers 2

TestFinalizerInterfaceFunction · 0.85
TestMemoryManagementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected