MCPcopy Create free account
hub / github.com/Tracktion/choc / Context

Method Context

choc/javascript/choc_javascript.h:91–91  ·  view source on GitHub ↗

To create a Context, use a function such as choc::javascript::createQuickJSContext();

Source from the content-addressed store, hash-verified

89 public:
90 /// To create a Context, use a function such as choc::javascript::createQuickJSContext();
91 Context() = default;
92 Context (Context&&);
93 Context& operator= (Context&&);
94 ~Context();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected