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

Method Value

atom.go:50–52  ·  view source on GitHub ↗

Value returns the value representation of the atom. Deprecated: Use ToValue() instead.

()

Source from the content-addressed store, hash-verified

48// Value returns the value representation of the atom.
49// Deprecated: Use ToValue() instead.
50func (a *Atom) Value() *Value {
51 return a.ToValue()
52}
53
54// propertyEnum is a wrapper around JSAtom for property enumeration.
55type propertyEnum struct {

Calls 1

ToValueMethod · 0.95