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

Struct Point

value_test.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Point struct {
13 X, Y float64
14}
15
16// TestValueBasics tests basic value creation and type checking
17func TestValueBasics(t *testing.T) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected