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

Method Context

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

Source from the content-addressed store, hash-verified

267};
268
269inline Context::Context (std::unique_ptr<Pimpl> p) : pimpl (std::move (p)) {}
270inline Context::~Context() = default;
271inline Context::Context (Context&&) = default;
272inline Context& Context::operator= (Context&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected