MCPcopy Create free account
hub / github.com/dagger/dagger / JSON

Method JSON

toolchains/engine-dev/internal/dagger/dagger.gen.go:12766–12772  ·  view source on GitHub ↗

Initialize a JSON value

()

Source from the content-addressed store, hash-verified

12764
12765// Initialize a JSON value
12766func (r *Query) JSON() *JSONValue {
12767 q := r.query.Select("json")
12768
12769 return &JSONValue{
12770 query: q,
12771 }
12772}
12773
12774// LLMOpts contains options for Query.LLM
12775type LLMOpts struct {

Callers 2

convertErrorFunction · 0.45
dispatchFunction · 0.45

Calls 1

SelectMethod · 0.65

Tested by

no test coverage detected