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

Method Materialize

value_spec.go:16–16  ·  view source on GitHub ↗
(ctx *Context)

Source from the content-addressed store, hash-verified

14// Build can change later module initialization or class construction behavior.
15type ValueSpec interface {
16 Materialize(ctx *Context) (*Value, error)
17}
18
19func materializeValueSpecSafely(ctx *Context, spec ValueSpec) (value *Value, err error) {

Callers 1

Implementers 3

MarshalSpecvalue_spec.go
FactorySpecvalue_spec.go
contextValueSpecvalue_spec.go

Calls

no outgoing calls

Tested by

no test coverage detected